Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java639 boolean isHotseatIconOnTopWhenAligned = in setLauncherIconAlignment()
640 mControllers.uiController.isHotseatIconOnTopWhenAligned(); in setLauncherIconAlignment()
644 || mIsHotseatIconOnTopWhenAligned != isHotseatIconOnTopWhenAligned in setLauncherIconAlignment()
646 mIsHotseatIconOnTopWhenAligned = isHotseatIconOnTopWhenAligned; in setLauncherIconAlignment()
DTaskbarUIController.java195 public boolean isHotseatIconOnTopWhenAligned() { in isHotseatIconOnTopWhenAligned() method in TaskbarUIController
DLauncherTaskbarUIController.java393 public boolean isHotseatIconOnTopWhenAligned() { in isHotseatIconOnTopWhenAligned() method in LauncherTaskbarUIController
DTaskbarLauncherStateController.java758 || (!mControllers.uiController.isHotseatIconOnTopWhenAligned() in updateIconAlphaForHome()
DTaskbarStashController.java1352 !mControllers.uiController.isHotseatIconOnTopWhenAligned() in computeTransitionType()