Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsKeyboardQuickSwitch.java39 WIDGETS(true); enumConstant
89 runTest(TestSurface.WIDGETS, TestCase.DISMISS); in testDismiss_fromWidgets()
109 runTest(TestSurface.WIDGETS, TestCase.LAUNCH_LAST_APP); in testLaunchLastTask_fromWidgets()
129 runTest(TestSurface.WIDGETS, TestCase.LAUNCH_SELECTED_APP); in testLaunchSelectedTask_fromWidgets()
149 runTest(TestSurface.WIDGETS, TestCase.LAUNCH_OVERVIEW); in testLaunchOverviewTask_fromWidgets()
176 case WIDGETS: in runTest()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DLauncherPopupLiveUpdateHandler.java49 SystemShortcut widgetInfo = SystemShortcut.WIDGETS.getShortcut(mContext, in onWidgetsBound()
DSystemShortcut.java109 public static final Factory<ActivityContext> WIDGETS = (context, itemInfo, originalView) -> { field in SystemShortcut
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java134 SystemShortcut systemShortcut = SystemShortcut.WIDGETS in testWidgetsForNullComponentName()
146 SystemShortcut systemShortcut = SystemShortcut.WIDGETS in testWidgetsForEmptyWidgetList()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DLauncherAppWidgetInfo.java258 return LauncherAtom.Attribute.WIDGETS; in getAttribute()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWidgets.java109 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
DLauncherInstrumentation.java127 WORKSPACE, HOME_ALL_APPS, OVERVIEW, SPLIT_SCREEN_SELECT, WIDGETS, FALLBACK_OVERVIEW, enumConstant
907 case WIDGETS: { in verifyVisibleObjects()
/packages/apps/Launcher3/protos/
Dlauncher_atom.proto164 WIDGETS = 5; // within launcher, widgets tray enumerator
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java52 import static com.android.launcher3.popup.SystemShortcut.WIDGETS;
451 shortcuts.add(WIDGETS); in getSupportedShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java97 import static com.android.launcher3.popup.SystemShortcut.WIDGETS;
3104 return Stream.of(APP_INFO, WIDGETS, INSTALL);