Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java81 public @interface ToolType {} annotation in TestEvents
99 private @ToolType int mToolType = MotionEvent.TOOL_TYPE_UNKNOWN;
127 public Builder type(@ToolType int type) { in type()