Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassificationContext.java41 String widgetType, in TextClassificationContext() argument
44 mWidgetType = Objects.requireNonNull(widgetType); in TextClassificationContext()
119 public Builder(@NonNull String packageName, @NonNull @WidgetType String widgetType) { in Builder() argument
121 mWidgetType = Objects.requireNonNull(widgetType); in Builder()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java14843 final String widgetType; in getTextClassificationSession() local
14845 widgetType = TextClassifier.WIDGET_TYPE_EDITTEXT; in getTextClassificationSession()
14847 widgetType = TextClassifier.WIDGET_TYPE_TEXTVIEW; in getTextClassificationSession()
14849 widgetType = TextClassifier.WIDGET_TYPE_UNSELECTABLE_TEXTVIEW; in getTextClassificationSession()
14852 mContext.getPackageName(), widgetType) in getTextClassificationSession()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...