Home
last modified time | relevance | path

Searched refs:AllAppsStore (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DPinnedAppsAdapter.java35 import com.android.launcher3.allapps.AllAppsStore;
63 private final AllAppsStore mAllAppsList;
69 public PinnedAppsAdapter(SecondaryDisplayLauncher launcher, AllAppsStore allAppsStore, in PinnedAppsAdapter()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java39 public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener {
71 private final AllAppsStore mAllAppsStore;
88 public AlphabeticalAppsList(Context context, AllAppsStore appsStore, in AlphabeticalAppsList()
H A DAllAppsStore.java43 public class AllAppsStore { class
H A DAllAppsContainerView.java92 private final AllAppsStore mAllAppsStore = new AllAppsStore();
208 public AllAppsStore getAppsStore() { in getAppsStore()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java42 import com.android.launcher3.allapps.AllAppsStore;
54 AllAppsStore.OnUpdateListener, Insettable {
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DWorkProfileTest.java20 import static com.android.launcher3.allapps.AllAppsStore.DEFER_UPDATES_TEST;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestInformationHandler.java18 import static com.android.launcher3.allapps.AllAppsStore.DEFER_UPDATES_TEST;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java125 import com.android.launcher3.allapps.AllAppsStore;
2171 .disableDeferUpdatesSilently(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in clearPendingBinds()
2621 mAppsView.getAppsStore().enableDeferUpdates(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in onInitialBindComplete()
2623 AllAppsStore.DEFER_UPDATES_NEXT_DRAW)); in onInitialBindComplete()