Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/logging/
DSmartSelectionEventTracker.java74 @IntDef({WidgetType.UNSPECIFIED, WidgetType.TEXTVIEW, WidgetType.WEBVIEW,
75 WidgetType.EDITTEXT, WidgetType.EDIT_WEBVIEW})
76 public @interface WidgetType { annotation in SmartSelectionEventTracker
104 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 …]
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationContext.java23 import android.view.textclassifier.TextClassifier.WidgetType;
60 @WidgetType
100 public Builder(@NonNull String packageName, @NonNull @WidgetType String widgetType) { in Builder()
DSelectionEvent.java25 import android.view.textclassifier.TextClassifier.WidgetType;
406 @WidgetType
DTextClassifier.java133 @interface WidgetType {} annotation