Searched refs:toolTypeFinger (Results 1 – 1 of 1) sorted by relevance
1392 int toolTypeFinger = MotionEvent.TOOL_TYPE_FINGER; in testOnViewClicked_withFingerTap() local1413 expectEvent(stream, onStartInputMatcher(toolTypeFinger, unfocusedMarker), TIMEOUT); in testOnViewClicked_withFingerTap()1460 int toolTypeFinger = upEvent.getToolType(upEvent.getActionIndex()); in testOnViewClicked_withStylusHandwriting() local1462 "tool type finger must match", MotionEvent.TOOL_TYPE_FINGER, toolTypeFinger); in testOnViewClicked_withStylusHandwriting()1465 onUpdateEditorToolTypeMatcher(toolTypeFinger), in testOnViewClicked_withStylusHandwriting()