Searched refs:isTaskbarAlignedWithHotseat (Results 1 – 6 of 6) sorted by relevance
109 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) { in isTaskbarAlignedWithHotseat() method in BackgroundAppState111 return super.isTaskbarAlignedWithHotseat(launcher); in isTaskbarAlignedWithHotseat()
76 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) { in isTaskbarAlignedWithHotseat() method in QuickSwitchState
154 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) {
543 float backgroundAlpha = isInLauncher && isTaskbarAlignedWithHotseat() ? 0 : 1; in onStateChangeApplied()642 public boolean isTaskbarAlignedWithHotseat() { in isTaskbarAlignedWithHotseat() method in TaskbarLauncherStateController643 return mLauncherState.isTaskbarAlignedWithHotseat(mLauncher); in isTaskbarAlignedWithHotseat()654 boolean isTaskbarAlignedWithHotseat = in isIconAlignedWithHotseat()655 mLauncherState.isTaskbarAlignedWithHotseat(mLauncher); in isIconAlignedWithHotseat()656 return isTaskbarAlignedWithHotseat && !willStashVisually; in isIconAlignedWithHotseat()
155 && mTaskbarLauncherStateController.isTaskbarAlignedWithHotseat()); in isTaskbarTouchable()210 && !mLauncher.getStateManager().getState().isTaskbarAlignedWithHotseat(mLauncher)) { in onLauncherVisibilityChanged()
284 public boolean isTaskbarAlignedWithHotseat(Launcher launcher) { in isTaskbarAlignedWithHotseat() method in LauncherState