am 18c77330: Merge "Add method to set action button on MotionEvent" into mnc-dev

* commit '18c773307ad7ec017b1bdaed0be9323faad9986f':
  Add method to set action button on MotionEvent
This commit is contained in:
Michael Wright 2015-06-23 13:10:42 +00:00 committed by Android Git Automerger
commit cc62b6c65e
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,8 @@ public:
inline int32_t getActionButton() const { return mActionButton; }
inline void setActionButton(int32_t button) { mActionButton = button; }
inline float getXOffset() const { return mXOffset; }
inline float getYOffset() const { return mYOffset; }