Home
last modified time | relevance | path

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

12

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DSpotFilter.kt50 var pressure = 0f in filterInto() variable
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp155 void UinputExternalStylusWithPressure::setPressure(int32_t pressure) { in setPressure()
234 void UinputTouchScreen::sendPressure(int32_t pressure) { in sendPressure()
DInputMapperTest.cpp249 void assertPointerCoords(const PointerCoords& coords, float x, float y, float pressure, float size, in assertPointerCoords()
DCapturedTouchpadEventConverter_test.cpp209 const InputDeviceInfo::MotionRange* pressure = in TEST_F() local
/frameworks/base/services/core/java/com/android/server/input/
DTouchpadFingerState.java129 float pressure, in TouchpadFingerState()
DInputShellCommand.java195 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/
DInputEventAssignerTest.kt41 val pressure = 3f in createMotionEvent() constant
/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/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/Balls/src/com/example/android/rs/balls/
DBallsRS.java149 public void newTouchPosition(float x, float y, float pressure, int id) { in newTouchPosition()
/frameworks/native/include/input/
DTfLiteMotionPredictor.h44 float pressure; member
DMotionPredictorMetricsManager.h79 float pressure; member
/frameworks/native/libs/input/
DVirtualInputDevice.cpp597 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/
DVirtualTouchEvent.java102 float x, float y, float pressure, float majorAxisSize, long eventTimeNanos) { in VirtualTouchEvent()
DVirtualStylusMotionEvent.java95 int pressure, int tiltX, int tiltY, long eventTimeNanos) { in VirtualStylusMotionEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInputFilterInputTest.kt76 val pressure = 3f in createMotionEvent() constant
/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp110 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/
DInputController.java489 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/
DCapturedTouchpadEventConverter.cpp77 if (std::optional<RawAbsoluteAxisInfo> pressure = in CapturedTouchpadEventConverter() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto46 optional float pressure = 4; field
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DServiceRestarterTest.java464 private void setMemoryPressure(int pressure) throws Exception { in setMemoryPressure()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java351 final float pressure = event.getPressure(); in measureTouchPressure() local
/frameworks/base/libs/input/
DPointerController.cpp214 float pressure = spotCoords[index].getAxisValue(AMOTION_EVENT_AXIS_PRESSURE); in setSpots() local
/frameworks/base/core/java/android/view/
DMotionEvent.java2181 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

12