Searched defs:withPressure (Results 1 – 2 of 2) sorted by relevance
213 fun withPressure(pressure: Float): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withPressure() method
89 public PointerCoordsBuilder withPressure(float pressure) { in withPressure() method in MotionEventUtils.PointerCoordsBuilder