Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java102 private static final int WIDGETS = R.string.widget_button_text; field in ScrimView
496 node.addAction(new AccessibilityActionCompat(WIDGETS, context.getText(WIDGETS))); in onPopulateNodeForVirtualView()
512 } else if (action == WIDGETS) { in onPerformActionForVirtualView()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java155 Target target = newContainerTarget(ContainerType.WIDGETS); in fillInLogContainerData()
169 return ContainerType.WIDGETS; in getLogContainerType()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWidgets.java90 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
DLauncherInstrumentation.java110 WORKSPACE, ALL_APPS, OVERVIEW, WIDGETS, BACKGROUND, FALLBACK_OVERVIEW enumConstant
583 case WIDGETS: { in verifyVisibleObjects()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java97 public static final Factory<Launcher> WIDGETS = (launcher, itemInfo) -> { field in SystemShortcut
DPopupContainerWithArrow.java563 SystemShortcut widgetInfo = SystemShortcut.WIDGETS.getShortcut(mLauncher, itemInfo);
/packages/apps/Launcher3/protos/
Dlauncher_log.proto119 WIDGETS = 5; enumerator
Dlauncher_atom.proto104 WIDGETS = 5; // within launcher, widgets tray enumerator
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java550 case WIDGETS: { in checkLauncherIntegrity()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java47 import static com.android.launcher3.popup.SystemShortcut.WIDGETS;
2700 return Stream.of(APP_INFO, WIDGETS, INSTALL); in getSupportedShortcuts()