Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mLauncher

112     @Thunk Launcher mLauncher;
116 mLauncher = l;
127 final AllAppsContainerView toView = mLauncher.getAppsView();
128 final View buttonView = mLauncher.getAllAppsButton();
132 int allAppsButtonSize = mLauncher.getDeviceProfile().allAppsButtonVisualSize;
164 final WidgetsContainerView toView = mLauncher.getWidgetsView();
165 final View buttonView = mLauncher.getWidgetsButton();
202 final Resources res = mLauncher.getResources();
207 final View fromView = mLauncher.getWorkspace();
219 Animator workspaceAnim = mLauncher.startWorkspaceStateChangeAnimation(toWorkspaceState, -1,
420 AllAppsContainerView appsView = mLauncher.getAppsView();
425 int allAppsButtonSize = mLauncher.getDeviceProfile().allAppsButtonVisualSize;
450 toWorkspacePage, mLauncher.getAllAppsButton(), appsView,
460 final WidgetsContainerView widgetsView = mLauncher.getWidgetsView();
476 toWorkspacePage, mLauncher.getWidgetsButton(), widgetsView,
490 final Resources res = mLauncher.getResources();
496 final View toView = mLauncher.getWorkspace();
508 Animator workspaceAnim = mLauncher.startWorkspaceStateChangeAnimation(toWorkspaceState,
706 mLauncher.getSearchDropTargetBar().animateToState(toSearchBarState, duration, animation);
714 ((LauncherTransitionable) v).onLauncherTransitionPrepare(mLauncher, animated,
724 ((LauncherTransitionable) v).onLauncherTransitionStart(mLauncher, animated,
737 ((LauncherTransitionable) v).onLauncherTransitionStep(mLauncher, t);
746 ((LauncherTransitionable) v).onLauncherTransitionEnd(mLauncher, animated,