Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt223 fun withSize(size: Float): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withSize() method
/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java94 public PointerCoordsBuilder withSize(float size) { in withSize() method in MotionEventUtils.PointerCoordsBuilder