Lines Matching refs:MotionEvent
37 using android::MotionEvent;
86 return static_cast<const MotionEvent*>(motion_event)->getAction();
90 return static_cast<const MotionEvent*>(motion_event)->getFlags();
94 return static_cast<const MotionEvent*>(motion_event)->getMetaState();
98 return static_cast<const MotionEvent*>(motion_event)->getButtonState();
102 return reinterpret_cast<const MotionEvent*>(motion_event)->getEdgeFlags();
106 return static_cast<const MotionEvent*>(motion_event)->getDownTime();
110 return static_cast<const MotionEvent*>(motion_event)->getEventTime();
114 return static_cast<const MotionEvent*>(motion_event)->getXOffset();
118 return static_cast<const MotionEvent*>(motion_event)->getYOffset();
122 return static_cast<const MotionEvent*>(motion_event)->getXPrecision();
126 return static_cast<const MotionEvent*>(motion_event)->getYPrecision();
130 return static_cast<const MotionEvent*>(motion_event)->getPointerCount();
134 return static_cast<const MotionEvent*>(motion_event)->getPointerId(pointer_index);
138 return static_cast<const MotionEvent*>(motion_event)->getToolType(pointer_index);
142 return static_cast<const MotionEvent*>(motion_event)->getRawX(pointer_index);
146 return static_cast<const MotionEvent*>(motion_event)->getRawY(pointer_index);
150 return static_cast<const MotionEvent*>(motion_event)->getX(pointer_index);
154 return static_cast<const MotionEvent*>(motion_event)->getY(pointer_index);
158 return static_cast<const MotionEvent*>(motion_event)->getPressure(pointer_index);
162 return static_cast<const MotionEvent*>(motion_event)->getSize(pointer_index);
166 return static_cast<const MotionEvent*>(motion_event)->getTouchMajor(pointer_index);
170 return static_cast<const MotionEvent*>(motion_event)->getTouchMinor(pointer_index);
174 return static_cast<const MotionEvent*>(motion_event)->getToolMajor(pointer_index);
178 return static_cast<const MotionEvent*>(motion_event)->getToolMinor(pointer_index);
182 return static_cast<const MotionEvent*>(motion_event)->getOrientation(pointer_index);
187 return static_cast<const MotionEvent*>(motion_event)->getAxisValue(axis, pointer_index);
191 return static_cast<const MotionEvent*>(motion_event)->getHistorySize();
196 return static_cast<const MotionEvent*>(motion_event)->getHistoricalEventTime(
202 return static_cast<const MotionEvent*>(motion_event)->getHistoricalRawX(
208 return static_cast<const MotionEvent*>(motion_event)->getHistoricalRawY(
214 return static_cast<const MotionEvent*>(motion_event)->getHistoricalX(
220 return static_cast<const MotionEvent*>(motion_event)->getHistoricalY(
226 return static_cast<const MotionEvent*>(motion_event)->getHistoricalPressure(
232 return static_cast<const MotionEvent*>(motion_event)->getHistoricalSize(
238 return static_cast<const MotionEvent*>(motion_event)->getHistoricalTouchMajor(
244 return static_cast<const MotionEvent*>(motion_event)->getHistoricalTouchMinor(
250 return static_cast<const MotionEvent*>(motion_event)->getHistoricalToolMajor(
256 return static_cast<const MotionEvent*>(motion_event)->getHistoricalToolMinor(
262 return static_cast<const MotionEvent*>(motion_event)->getHistoricalOrientation(
268 return static_cast<const MotionEvent*>(motion_event)->getHistoricalAxisValue(