Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java109 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) { in isTaskbarAlignedWithHotseat() method in BackgroundAppState
111 return super.isTaskbarAlignedWithHotseat(launcher); in isTaskbarAlignedWithHotseat()
DQuickSwitchState.java76 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) { in isTaskbarAlignedWithHotseat() method in QuickSwitchState
DOverviewState.java154 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarLauncherStateController.java543 float backgroundAlpha = isInLauncher && isTaskbarAlignedWithHotseat() ? 0 : 1; in onStateChangeApplied()
642 public boolean isTaskbarAlignedWithHotseat() { in isTaskbarAlignedWithHotseat() method in TaskbarLauncherStateController
643 return mLauncherState.isTaskbarAlignedWithHotseat(mLauncher); in isTaskbarAlignedWithHotseat()
654 boolean isTaskbarAlignedWithHotseat = in isIconAlignedWithHotseat()
655 mLauncherState.isTaskbarAlignedWithHotseat(mLauncher); in isIconAlignedWithHotseat()
656 return isTaskbarAlignedWithHotseat && !willStashVisually; in isIconAlignedWithHotseat()
DLauncherTaskbarUIController.java155 && mTaskbarLauncherStateController.isTaskbarAlignedWithHotseat()); in isTaskbarTouchable()
210 && !mLauncher.getStateManager().getState().isTaskbarAlignedWithHotseat(mLauncher)) { in onLauncherVisibilityChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java284 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) { in isTaskbarAlignedWithHotseat() method in LauncherState