Home
last modified time | relevance | path

Searched refs:AllAppsPagedView (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsPagedView.java32 public class AllAppsPagedView extends PersonalWorkPagedView { class
34 public AllAppsPagedView(Context context) { in AllAppsPagedView() method in AllAppsPagedView
38 public AllAppsPagedView(Context context, AttributeSet attrs) { in AllAppsPagedView() method in AllAppsPagedView
42 public AllAppsPagedView(Context context, AttributeSet attrs, int defStyle) { in AllAppsPagedView() method in AllAppsPagedView
H A DAllAppsContainerView.java109 private AllAppsPagedView mViewPager;
485 mViewPager = (AllAppsPagedView) newView; in replaceRVContainer()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DWorkProfileTest.java30 import com.android.launcher3.allapps.AllAppsPagedView;
89 if (launcher.getAppsView().getContentView() instanceof AllAppsPagedView) { in waitForWorkTabSetup()
112 AllAppsPagedView pagedView = (AllAppsPagedView) launcher.getAppsView().getContentView(); in toggleWorks()
153 ((AllAppsPagedView) l.getAppsView().getContentView()).setCurrentPage(WORK_PAGE); in testEdu()