Searched refs:ToolType (Results 1 – 1 of 1) sorted by relevance
82 public @interface ToolType {} annotation in TestEvents100 private @ToolType int mToolType = MotionEvent.TOOL_TYPE_UNKNOWN;128 public Builder type(@ToolType int type) { in type()