/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MagnificationGestureHandler.java | 204 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 218 private void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() 231 MotionEvent event, MotionEvent rawEvent, int policyFlags) { in handleEventWith() 283 private void dispatchTransformedEvent(MotionEvent event, MotionEvent rawEvent, in dispatchTransformedEvent() 352 void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent() 396 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 513 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 576 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 660 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 817 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() 289 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 | AccessibilityGestureDetector.java | 270 public boolean onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
|
D | AccessibilityInputFilter.java | 306 public void onMotionEvent(MotionEvent transformedEvent, MotionEvent rawEvent, in onMotionEvent()
|
D | TouchExplorer.java | 276 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 502 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()
|
/frameworks/native/services/inputflinger/reader/mapper/accumulator/ |
D | SingleTouchMotionAccumulator.cpp | 48 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
|
D | CursorButtonAccumulator.cpp | 50 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process()
|
D | CursorScrollAccumulator.cpp | 42 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process()
|
D | TouchButtonAccumulator.cpp | 70 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | MultiTouchInputMapper.cpp | 87 void MultiTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process() 234 void MultiTouchInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | SingleTouchInputMapper.cpp | 31 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | SwitchInputMapper.cpp | 32 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | ExternalStylusInputMapper.cpp | 59 void ExternalStylusInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | CursorInputMapper.cpp | 43 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process() 277 void CursorInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | VibratorInputMapper.cpp | 38 void VibratorInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | RotaryEncoderInputMapper.cpp | 84 void RotaryEncoderInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | JoystickInputMapper.cpp | 253 void JoystickInputMapper::process(const RawEvent* rawEvent) { in process()
|
D | KeyboardInputMapper.cpp | 191 void KeyboardInputMapper::process(const RawEvent* rawEvent) { in process()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityInputFilterTest.java | 95 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
|
D | TouchExplorerTest.java | 86 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
|
/frameworks/base/media/jni/ |
D | JetPlayer.cpp | 315 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 189 for (const RawEvent* rawEvent = rawEvents; count != 0; rawEvent++) { in process() local
|