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