Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java1392 int toolTypeFinger = MotionEvent.TOOL_TYPE_FINGER; in testOnViewClicked_withFingerTap() local
1413 expectEvent(stream, onStartInputMatcher(toolTypeFinger, unfocusedMarker), TIMEOUT); in testOnViewClicked_withFingerTap()
1460 int toolTypeFinger = upEvent.getToolType(upEvent.getActionIndex()); in testOnViewClicked_withStylusHandwriting() local
1462 "tool type finger must match", MotionEvent.TOOL_TYPE_FINGER, toolTypeFinger); in testOnViewClicked_withStylusHandwriting()
1465 onUpdateEditorToolTypeMatcher(toolTypeFinger), in testOnViewClicked_withStylusHandwriting()