Home
last modified time | relevance | path

Searched defs:pressure (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/
DVirtualTouchpadService.aidl28 void touch(int touchpad, float x, float y, float pressure) = 2; in touch()
/frameworks/native/services/vr/virtual_touchpad/
DDvrVirtualTouchpadClient.cpp34 float y, float pressure) { in dvrVirtualTouchpadTouch()
DVirtualTouchpadClient.cpp49 status_t Touch(int touchpad, float x, float y, float pressure) override { in Touch()
DVirtualTouchpadService.cpp70 float pressure) { in touch()
DVirtualTouchpadEvdev.cpp93 float pressure) { in Touch()
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DRSTestCore.java186 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/
DRSTestCore.java182 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/
DRSTestCore.java186 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/
DBallsRS.java149 public void newTouchPosition(float x, float y, float pressure, int id) { in newTouchPosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto46 optional float pressure = 4; field
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java298 … void injectMotionEvent(int inputSource, int action, long when, float x, float y, float pressure) { in injectMotionEvent()
/frameworks/native/include_sensor/android/
Dsensor.h278 float pressure; member
/frameworks/native/include/android/
Dsensor.h278 float pressure; member
/frameworks/base/core/java/android/view/
DMotionEvent.java1715 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/
DInputReader.h346 float pressure; member
764 RawAbsoluteAxisInfo pressure; member
787 int32_t pressure; member
1553 InputDeviceInfo::MotionRange pressure; member
DInputReader.cpp4522 float pressure = mExternalStylusState.pressure; in applyExternalStylusTouchState() local
5007 float pressure; in cookPointerData() local
7052 int32_t pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); in sync() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1634 float x, float y, float pressure, float size, in assertPointerCoords()
3107 SingleTouchInputMapper* mapper, int32_t pressure) { in processPressure()
3793 float pressure = float(rawPressure) / RAW_PRESSURE_MAX; in TEST_F() local
4473 MultiTouchInputMapper* mapper, int32_t pressure) { in processPressure()
5156 float pressure = float(rawPressure) / RAW_PRESSURE_MAX; in TEST_F() local
5326 float pressure = float(rawPressure) * 0.01f; in TEST_F() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp52 jfieldID pressure; member