Home
last modified time | relevance | path

Searched refs:highlightWorkTabIfNecessary (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java270 public void highlightWorkTabIfNecessary() {
272 mAppsView.highlightWorkTabIfNecessary();
DAllAppsContainerView.java521 highlightWorkTabIfNecessary(); in onScrollUpEnd()
524 void highlightWorkTabIfNecessary() { in highlightWorkTabIfNecessary() method in AllAppsContainerView
527 .highlightWorkTabIfNecessary(); in highlightWorkTabIfNecessary()
DPersonalWorkSlidingTabStrip.java132 public void highlightWorkTabIfNecessary() { in highlightWorkTabIfNecessary() method in PersonalWorkSlidingTabStrip
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java412 mAllAppsController.highlightWorkTabIfNecessary(); in onEnterAnimationComplete()