/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
D | SpotFilter.kt | 50 var pressure = 0f in filterInto() variable
|
/frameworks/native/services/inputflinger/tests/ |
D | UinputDevice.cpp | 155 void UinputExternalStylusWithPressure::setPressure(int32_t pressure) { in setPressure() 234 void UinputTouchScreen::sendPressure(int32_t pressure) { in sendPressure()
|
D | InputMapperTest.cpp | 249 void assertPointerCoords(const PointerCoords& coords, float x, float y, float pressure, float size, in assertPointerCoords()
|
D | CapturedTouchpadEventConverter_test.cpp | 209 const InputDeviceInfo::MotionRange* pressure = in TEST_F() local
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | TouchpadFingerState.java | 129 float pressure, in TouchpadFingerState()
|
D | InputShellCommand.java | 195 float x, float y, float pressure, int displayId) { in injectMotionEvent() 676 float pressure = NO_PRESSURE; in sendMotionEvent() local
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | InputEventAssignerTest.kt | 41 val pressure = 3f in createMotionEvent() constant
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | RSTestCore.java | 182 public void newTouchPosition(float x, float y, float pressure, int id) { in newTouchPosition()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | RSTestCore.java | 186 public void newTouchPosition(float x, float y, float pressure, int id) { in newTouchPosition()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | RSTestCore.java | 186 public void newTouchPosition(float x, float y, float pressure, int id) { in newTouchPosition()
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | BallsRS.java | 149 public void newTouchPosition(float x, float y, float pressure, int id) { in newTouchPosition()
|
/frameworks/native/include/input/ |
D | TfLiteMotionPredictor.h | 44 float pressure; member
|
D | MotionPredictorMetricsManager.h | 79 float pressure; member
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 597 float locationX, float locationY, float pressure, in writeTouchEvent() 702 int32_t locationY, int32_t pressure, int32_t tiltX, in writeMotionEvent()
|
/frameworks/base/core/java/android/hardware/input/ |
D | VirtualTouchEvent.java | 102 float x, float y, float pressure, float majorAxisSize, long eventTimeNanos) { in VirtualTouchEvent()
|
D | VirtualStylusMotionEvent.java | 95 int pressure, int tiltX, int tiltY, long eventTimeNanos) { in VirtualStylusMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityInputFilterInputTest.kt | 76 val pressure = 3f in createMotionEvent() constant
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 110 jfloat pressure, jfloat majorAxisSize, jlong eventTimeNanos) { in nativeWriteTouchEvent() 141 jint action, jint locationX, jint locationY, jint pressure, in nativeWriteStylusMotionEvent()
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | InputController.java | 489 int action, float locationX, float locationY, float pressure, float majorAxisSize, in nativeWriteTouchEvent() 496 int locationX, int locationY, int pressure, int tiltX, int tiltY, long eventTimeNanos); in nativeWriteStylusMotionEvent() 554 float locationX, float locationY, float pressure, float majorAxisSize, in writeTouchEvent() 572 int locationY, int pressure, int tiltX, int tiltY, long eventTimeNanos) { in writeStylusMotionEvent()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CapturedTouchpadEventConverter.cpp | 77 if (std::optional<RawAbsoluteAxisInfo> pressure = in CapturedTouchpadEventConverter() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 46 optional float pressure = 4; field
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ServiceRestarterTest.java | 464 private void setMemoryPressure(int pressure) throws Exception { in setMemoryPressure()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | PlatLogoActivity.java | 351 final float pressure = event.getPressure(); in measureTouchPressure() local
|
/frameworks/base/libs/input/ |
D | PointerController.cpp | 214 float pressure = spotCoords[index].getAxisValue(AMOTION_EVENT_AXIS_PRESSURE); in setSpots() local
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 2181 float x, float y, float pressure, float size, int metaState, in obtain() 2221 float x, float y, float pressure, float size, int metaState, in obtain() 2282 int pointerCount, float x, float y, float pressure, float size, int metaState, in obtain() 3728 float pressure, float size, int metaState) { in addBatch() 4358 public float pressure; field in MotionEvent.PointerCoords
|