Searched refs:withToolType (Results 1 – 3 of 3) sorted by relevance
42 import com.android.cts.input.inputeventmatchers.withToolType117 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()
38 import com.android.cts.input.inputeventmatchers.withToolType107 withToolType(MotionEvent.TOOL_TYPE_STYLUS), in testHover()182 withToolType(MotionEvent.TOOL_TYPE_STYLUS), in verifyTaps()
158 fun withToolType(toolType: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withToolType() method