Searched defs:pressure (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | VirtualStylusTest.java | 167 final int pressure = 0; in sendHoverEvents() local 243 final int pressure = 255; in verifyStylusTouchWithTilt() local 269 int pressure, int buttonCode, int toolType) { in moveStylusWithButtonPressed() 284 private void sendMotionEvent(int action, int x, int y, int pressure, int toolType, in sendMotionEvent() 297 private void sendMotionEvent(int action, int x, int y, int pressure, int toolType) { in sendMotionEvent()
|
D | VirtualTouchEventTest.java | 39 final float pressure = 0.5f; in parcelAndUnparcel_matches() local 170 final float pressure = 0.5f; in touchEvent_palmAndCancelUsedProperly() local 223 final float pressure = 0.5f; in touchEvent_validWithPressureAndAxis_created() local
|
D | VirtualStylusMotionEventTest.java | 47 final int pressure = 10; in parcelAndUnparcel_matches() local 231 final int pressure = 10; in stylusMotionEvent_validWithPressureAndTilt_created() local
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/virtualcreators/ |
D | VirtualInputEventCreator.java | 29 float pressure, float relativeX, float relativeY, float vScroll) { in createMouseEvent() 58 float pressure) { in createMouseEvent() 63 public static MotionEvent createTouchscreenEvent(int action, float x, float y, float pressure, in createTouchscreenEvent() 150 float pressure, int buttonState) { in createStylusEvent() 156 float pressure, int buttonState, float tilt, float orientation) { in createStylusEvent()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventUtils.java | 80 private float pressure = 1.0f; field in MotionEventUtils.PointerCoordsBuilder 89 public PointerCoordsBuilder withPressure(float pressure) { in withPressure()
|
D | MotionEventTest.java | 703 float pressure = 1.0f; in testGetHistorySize() local
|