Searched defs:rawEvent (Results 1 – 11 of 11) sorted by relevance
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | MagnificationGestureHandler.java | 196 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 210 private void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() 223 MotionEvent event, MotionEvent rawEvent, int policyFlags) { in handleEventWith() 271 private void dispatchTransformedEvent(MotionEvent event, MotionEvent rawEvent, in dispatchTransformedEvent() 367 void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent() 411 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 528 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 590 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 674 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 827 private void cacheDelayedMotionEvent(MotionEvent event, MotionEvent rawEvent, in cacheDelayedMotionEvent() [all …]
|
| D | EventStreamTransformation.java | 68 default void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
|
| D | MotionEventInjector.java | 113 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 280 private void sendMotionEventToNext(MotionEvent event, MotionEvent rawEvent, in sendMotionEventToNext()
|
| D | AutoclickController.java | 72 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
|
| D | AccessibilityInputFilter.java | 353 public void onMotionEvent(MotionEvent transformedEvent, MotionEvent rawEvent, in onMotionEvent()
|
| D | TouchExplorer.java | 257 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 485 private void handleMotionEventStateTouchExploring(MotionEvent event, MotionEvent rawEvent, in handleMotionEventStateTouchExploring()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | NativeDaemonEvent.java | 42 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()
|
| D | NativeDaemonConnector.java | 228 final String rawEvent = new String( in listenToSocket() local
|
| /frameworks/native/services/inputflinger/ |
| D | InputReader.cpp | 422 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() local 1180 for (const RawEvent* rawEvent = rawEvents; count != 0; rawEvent++) { in process() local 1370 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process() 1437 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1476 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process() 1546 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process() 1757 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1843 void MultiTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process() 2083 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process() 2145 void VibratorInputMapper::process(const RawEvent* rawEvent) { in process() [all …]
|
| /frameworks/av/media/libmedia/ |
| D | JetPlayer.cpp | 315 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 989 virtual void process(const RawEvent* rawEvent) { in process()
|