Home
last modified time | relevance | path

Searched refs:WIDGETS (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java97 private static final int WIDGETS = R.string.widget_button_text; field in ScrimView
426 node.addAction(new AccessibilityActionCompat(WIDGETS, context.getText(WIDGETS))); in onPopulateNodeForVirtualView()
442 } else if (action == WIDGETS) { in onPerformActionForVirtualView()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java159 targetParent.containerType = ContainerType.WIDGETS; in fillInLogContainerData()
172 return ContainerType.WIDGETS; in getLogContainerType()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWidgets.java82 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
DLauncherInstrumentation.java95 WORKSPACE, ALL_APPS, OVERVIEW, WIDGETS, BACKGROUND, FALLBACK_OVERVIEW enumConstant
458 case WIDGETS: { in verifyVisibleObjects()
/packages/apps/Launcher3/protos/
Dlauncher_log.proto85 WIDGETS = 5; enumerator
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java428 case WIDGETS: { in checkLauncherIntegrity()