Searched defs:toolType (Results  1 – 4 of 4) sorted by relevance
| /cts/tests/tests/view/src/android/view/cts/ | 
| D | MotionEventUtils.java | 38     public static PointerPropertiesBuilder withProperties(int id, int toolType) {  in withProperties()47         private int toolType;  field in MotionEventUtils.PointerPropertiesBuilder
 
 | 
| /cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ | 
| D | TestUtils.java | 343             float x, float y, int toolType) {  in getMotionEvent()348             int x, int y, int displayId, int toolType) {  in getMotionEvent()
 448             @NonNull Activity activity, int toolType) {  in injectNavBarToHomeGestureEvents()
 
 | 
| /cts/tests/tests/widget/src/android/widget/cts/ | 
| D | PointerIconTest.java | 76             int source, @MotionEvent.ToolType int toolType) {  in assertPointerIcon()
 | 
| /cts/tests/inputmethod/src/android/view/inputmethod/cts/ | 
| D | StylusHandwritingTest.java | 949             int toolType = event.getToolType(event.getActionIndex());  in testOnViewClicked_withStylusTap()  local1100     private static Predicate<ImeEvent> onStartInputMatcher(int toolType, String marker) {  in onStartInputMatcher()
 1114             int toolType, String marker) {  in onStartStylusHandwritingMatcher()
 
 |