Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetConfigure.java189 int widgetType = data.getIntExtra(KEY_WIDGET_TYPE, R.id.widget_type_shuffle); in setWidgetType() local
190 if (widgetType == R.id.widget_type_album) { in setWidgetType()
193 } else if (widgetType == R.id.widget_type_shuffle) { in setWidgetType()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java12813 final String widgetType; in getTextClassificationSession() local
12815 widgetType = TextClassifier.WIDGET_TYPE_EDITTEXT; in getTextClassificationSession()
12817 widgetType = TextClassifier.WIDGET_TYPE_TEXTVIEW; in getTextClassificationSession()
12819 widgetType = TextClassifier.WIDGET_TYPE_UNSELECTABLE_TEXTVIEW; in getTextClassificationSession()
12822 mContext.getPackageName(), widgetType) in getTextClassificationSession()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...