Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java38 import com.android.quickstep.views.AllAppsEduView;
113 AllAppsEduView.show(launcher); in QuickstepOnboardingPrefs()
127 AllAppsEduView view = getOpenView(mLauncher, TYPE_ALL_APPS_EDU); in QuickstepOnboardingPrefs()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java56 public class AllAppsEduView extends AbstractFloatingView { class
73 public AllAppsEduView(Context context, AttributeSet attrs) { in AllAppsEduView() method in AllAppsEduView
278 AllAppsEduView view = (AllAppsEduView) launcher.getLayoutInflater().inflate( in show()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTwoButtonNavbarTouchController.java38 import com.android.quickstep.views.AllAppsEduView;
170 AllAppsEduView.show(mLauncher); in onSwipeInteractionCompleted()