Searched refs:isIconAlignedWithHotseat (Results 1 – 4 of 4) sorted by relevance
438 final boolean isIconAlignedWithHotseat = isIconAlignedWithHotseat(); in onStateChangeApplied()439 final float toAlignment = isIconAlignedWithHotseat ? 1 : 0; in onStateChangeApplied()555 boolean isInLauncherIconNotAligned = isInLauncher && !isIconAlignedWithHotseat; in onStateChangeApplied()556 boolean notInLauncherIconNotAligned = !isInLauncher && !isIconAlignedWithHotseat; in onStateChangeApplied()557 boolean isInLauncherIconIsAligned = isInLauncher && isIconAlignedWithHotseat; in onStateChangeApplied()649 public boolean isIconAlignedWithHotseat() { in isIconAlignedWithHotseat() method in TaskbarLauncherStateController
342 if (mControllers.uiController.isIconAlignedWithHotseat() in onTaskbarInAppDisplayProgressUpdate()388 public boolean isIconAlignedWithHotseat() { in isIconAlignedWithHotseat() method in LauncherTaskbarUIController389 return mTaskbarLauncherStateController.isIconAlignedWithHotseat(); in isIconAlignedWithHotseat()
188 public boolean isIconAlignedWithHotseat() { in isIconAlignedWithHotseat() method in TaskbarUIController
679 boolean isToHome = mControllers.uiController.isIconAlignedWithHotseat(); in createIconAlignmentController()829 if (!mControllers.uiController.isIconAlignedWithHotseat()) { in onRotationChanged()