Home
last modified time | relevance | path

Searched refs:withToolType (Results 1 – 3 of 3) sorted by relevance

/cts/tests/input/src/android/input/cts/
DSimultaneousTouchAndStylusTest.kt42 import com.android.cts.input.inputeventmatchers.withToolType
117 withToolType(TOOL_TYPE_FINGER), in testLeftTouchRightStylusMove()
122 withToolType(TOOL_TYPE_STYLUS), in testLeftTouchRightStylusMove()
218 withToolType(TOOL_TYPE_FINGER), in testLeftTouchRightStylusHover()
223 withToolType(TOOL_TYPE_STYLUS), in testLeftTouchRightStylusHover()
DDrawingTabletTest.kt38 import com.android.cts.input.inputeventmatchers.withToolType
107 withToolType(MotionEvent.TOOL_TYPE_STYLUS), in testHover()
182 withToolType(MotionEvent.TOOL_TYPE_STYLUS), in verifyTaps()
/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt158 fun withToolType(toolType: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withToolType() method