Searched refs:WIDGETS (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ScrimView.java | 102 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/ |
D | BaseWidgetSheet.java | 155 Target target = newContainerTarget(ContainerType.WIDGETS); in fillInLogContainerData() 169 return ContainerType.WIDGETS; in getLogContainerType()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Widgets.java | 90 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
|
D | LauncherInstrumentation.java | 110 WORKSPACE, ALL_APPS, OVERVIEW, WIDGETS, BACKGROUND, FALLBACK_OVERVIEW enumConstant 583 case WIDGETS: { in verifyVisibleObjects()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | SystemShortcut.java | 97 public static final Factory<Launcher> WIDGETS = (launcher, itemInfo) -> { field in SystemShortcut
|
D | PopupContainerWithArrow.java | 563 SystemShortcut widgetInfo = SystemShortcut.WIDGETS.getShortcut(mLauncher, itemInfo);
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 119 WIDGETS = 5; enumerator
|
D | launcher_atom.proto | 104 WIDGETS = 5; // within launcher, widgets tray enumerator
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 550 case WIDGETS: { in checkLauncherIntegrity()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 47 import static com.android.launcher3.popup.SystemShortcut.WIDGETS; 2700 return Stream.of(APP_INFO, WIDGETS, INSTALL); in getSupportedShortcuts()
|