Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java138 private boolean mIsHotseatIconOnTopWhenAligned; field in TaskbarViewController
644 || mIsHotseatIconOnTopWhenAligned != isHotseatIconOnTopWhenAligned in setLauncherIconAlignment()
646 mIsHotseatIconOnTopWhenAligned = isHotseatIconOnTopWhenAligned; in setLauncherIconAlignment()
682 Interpolator interpolator = mIsHotseatIconOnTopWhenAligned ? LINEAR : FINAL_FRAME; in createIconAlignmentController()
702 if (!mIsHotseatIconOnTopWhenAligned) { in createIconAlignmentController()
710 && mIsHotseatIconOnTopWhenAligned in createIconAlignmentController()
757 if (mIsHotseatIconOnTopWhenAligned) { in createIconAlignmentController()