Lines Matching full:static_cast
42 return static_cast<const InputEvent*>(event)->getType();
46 return static_cast<const InputEvent*>(event)->getDeviceId();
50 return static_cast<const InputEvent*>(event)->getSource();
54 return static_cast<const KeyEvent*>(key_event)->getAction();
58 return static_cast<const KeyEvent*>(key_event)->getFlags();
62 return static_cast<const KeyEvent*>(key_event)->getKeyCode();
66 return static_cast<const KeyEvent*>(key_event)->getScanCode();
70 return static_cast<const KeyEvent*>(key_event)->getMetaState();
73 return static_cast<const KeyEvent*>(key_event)->getRepeatCount();
77 return static_cast<const KeyEvent*>(key_event)->getDownTime();
82 return static_cast<const KeyEvent*>(key_event)->getEventTime();
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();
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(
275 InputQueue* iq = static_cast<InputQueue*>(queue);
281 InputQueue* iq = static_cast<InputQueue*>(queue);
286 InputQueue* iq = static_cast<InputQueue*>(queue);
291 InputQueue* iq = static_cast<InputQueue*>(queue);
299 InputQueue* iq = static_cast<InputQueue*>(queue);
300 InputEvent* e = static_cast<InputEvent*>(event);
305 InputQueue* iq = static_cast<InputQueue*>(queue);
306 InputEvent* e = static_cast<InputEvent*>(event);