Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarLauncherStateController.java438 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
DLauncherTaskbarUIController.java342 if (mControllers.uiController.isIconAlignedWithHotseat() in onTaskbarInAppDisplayProgressUpdate()
388 public boolean isIconAlignedWithHotseat() { in isIconAlignedWithHotseat() method in LauncherTaskbarUIController
389 return mTaskbarLauncherStateController.isIconAlignedWithHotseat(); in isIconAlignedWithHotseat()
DTaskbarUIController.java188 public boolean isIconAlignedWithHotseat() { in isIconAlignedWithHotseat() method in TaskbarUIController
DTaskbarViewController.java679 boolean isToHome = mControllers.uiController.isIconAlignedWithHotseat(); in createIconAlignmentController()
829 if (!mControllers.uiController.isIconAlignedWithHotseat()) { in onRotationChanged()