Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java753 boolean isAllAppsButton = btv instanceof TaskbarAllAppsButtonContainer; in shouldUpdateIconContentDescription()
755 return isInDesktopMode && !isAllAppsButton && !isDividerButton; in shouldUpdateIconContentDescription()
991 boolean isAllAppsButton = child == mTaskbarView.getAllAppsButtonContainer(); in createIconAlignmentController()
1002 } else if ((isAllAppsButton && !FeatureFlags.enableAllAppsButtonInHotseat()) in createIconAlignmentController()
1078 mIsRtl, isAllAppsButton, isTaskbarDividerView, in createIconAlignmentController()
1128 boolean isAllAppsButton, boolean isTaskbarDividerView, boolean isDividerForRecents, in getPositionInHotseat() argument
1149 if (isAllAppsButton) { in getPositionInHotseat()