Home
last modified time | relevance | path

Searched defs:withPressure (Results 1 – 2 of 2) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt213 fun withPressure(pressure: Float): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withPressure() method
/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java89 public PointerCoordsBuilder withPressure(float pressure) { in withPressure() method in MotionEventUtils.PointerCoordsBuilder