/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/ |
D | VirtualTouchpadService.aidl | 28 void touch(int touchpad, float x, float y, float pressure) = 2; in touch()
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | DvrVirtualTouchpadClient.cpp | 34 float y, float pressure) { in dvrVirtualTouchpadTouch()
|
D | VirtualTouchpadClient.cpp | 49 status_t Touch(int touchpad, float x, float y, float pressure) override { in Touch()
|
D | VirtualTouchpadService.cpp | 70 float pressure) { in touch()
|
D | VirtualTouchpadEvdev.cpp | 85 float pressure) { in Touch()
|
/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_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_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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 46 optional float pressure = 4; field
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 298 … void injectMotionEvent(int inputSource, int action, long when, float x, float y, float pressure) { in injectMotionEvent()
|
/frameworks/native/include/android/ |
D | sensor.h | 277 float pressure; member
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1715 float x, float y, float pressure, float size, int metaState, in obtain() 1775 int pointerCount, float x, float y, float pressure, float size, int metaState, in obtain() 2990 float pressure, float size, int metaState) { in addBatch() 3506 public float pressure; field in MotionEvent.PointerCoords
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1501 float x, float y, float pressure, float size, in assertPointerCoords() 2974 SingleTouchInputMapper* mapper, int32_t pressure) { in processPressure() 3660 float pressure = float(rawPressure) / RAW_PRESSURE_MAX; in TEST_F() local 4340 MultiTouchInputMapper* mapper, int32_t pressure) { in processPressure() 5023 float pressure = float(rawPressure) / RAW_PRESSURE_MAX; in TEST_F() local 5193 float pressure = float(rawPressure) * 0.01f; in TEST_F() local
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 334 float pressure; member 747 RawAbsoluteAxisInfo pressure; member 770 int32_t pressure; member 1534 InputDeviceInfo::MotionRange pressure; member
|
D | InputReader.cpp | 4399 float pressure = mExternalStylusState.pressure; in applyExternalStylusTouchState() local 4884 float pressure; in cookPointerData() local 6929 int32_t pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); in sync() local
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 52 jfieldID pressure; member
|