Searched refs:WidgetType (Results 1 – 4 of 4) sorted by relevance
74 @IntDef({WidgetType.UNSPECIFIED, WidgetType.TEXTVIEW, WidgetType.WEBVIEW,75 WidgetType.EDITTEXT, WidgetType.EDIT_WEBVIEW})76 public @interface WidgetType { annotation in SmartSelectionEventTracker104 public SmartSelectionEventTracker(@NonNull Context context, @WidgetType int widgetType) { in SmartSelectionEventTracker()111 @NonNull Context context, @WidgetType int widgetType, @Nullable String widgetVersion) { in SmartSelectionEventTracker()294 case WidgetType.TEXTVIEW: in getWidgetTypeName()296 case WidgetType.WEBVIEW: in getWidgetTypeName()298 case WidgetType.EDITTEXT: in getWidgetTypeName()300 case WidgetType.EDIT_WEBVIEW: in getWidgetTypeName()302 case WidgetType.UNSELECTABLE_TEXTVIEW: in getWidgetTypeName()[all …]
23 import android.view.textclassifier.TextClassifier.WidgetType;60 @WidgetType100 public Builder(@NonNull String packageName, @NonNull @WidgetType String widgetType) { in Builder()
25 import android.view.textclassifier.TextClassifier.WidgetType;406 @WidgetType
133 @interface WidgetType {} annotation