Home
last modified time | relevance | path

Searched defs:WIDGETS (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/libs/systemui/searchuilib/src/com/android/app/search/
H A DResultType.java33 public static final int WIDGETS = 1 << 7; field in ResultType
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DSystemShortcut.java110 public static final Factory<Launcher> WIDGETS = (launcher, itemInfo) -> { field in SystemShortcut
/aosp12/packages/apps/Launcher3/protos/
H A Dlauncher_atom.proto121 WIDGETS = 5; // within launcher, widgets tray enumerator
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java124 WORKSPACE, ALL_APPS, OVERVIEW, WIDGETS, BACKGROUND, FALLBACK_OVERVIEW enumConstant