Home
last modified time | relevance | path

Searched defs:rawEvent (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java125 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
207 MotionEvent rawEvent, int policyFlags) { in handleMotionEventStateDelegating()
232 private void dispatchTransformedEvent(MotionEvent event, MotionEvent rawEvent, in dispatchTransformedEvent()
324 void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent()
357 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
457 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
570 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
684 private void cacheDelayedMotionEvent(MotionEvent event, MotionEvent rawEvent, in cacheDelayedMotionEvent()
775 public static MotionEventInfo obtain(MotionEvent event, MotionEvent rawEvent, in obtain()
793 private void initialize(MotionEvent event, MotionEvent rawEvent, in initialize()
DEventStreamTransformation.java68 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent()
DKeyboardInterceptor.java35 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
DMotionEventInjector.java89 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
183 private void sendMotionEventToNext(MotionEvent event, MotionEvent rawEvent, in sendMotionEventToNext()
DAutoclickController.java76 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
DAccessibilityInputFilter.java335 public void onMotionEvent(MotionEvent transformedEvent, MotionEvent rawEvent, in onMotionEvent()
DTouchExplorer.java265 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
496 private void handleMotionEventStateTouchExploring(MotionEvent event, MotionEvent rawEvent, in handleMotionEventStateTouchExploring()
/frameworks/base/services/core/java/com/android/server/
DNativeDaemonEvent.java42 String rawEvent, String logMessage, FileDescriptor[] fdList) { in NativeDaemonEvent()
137 public static NativeDaemonEvent parseRawEvent(String rawEvent, FileDescriptor[] fdList) { in parseRawEvent()
206 public static String[] unescapeArgs(String rawEvent) { in unescapeArgs()
DNativeDaemonConnector.java218 final String rawEvent = new String( in listenToSocket() local
/frameworks/native/services/inputflinger/
DInputReader.cpp345 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() local
1062 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process() local
1251 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1318 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1357 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process()
1427 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1638 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1723 void MultiTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1961 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()
2023 void VibratorInputMapper::process(const RawEvent* rawEvent) { in process()
[all …]
/frameworks/av/media/libmedia/
DJetPlayer.cpp314 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp887 virtual void process(const RawEvent* rawEvent) { in process()