Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java353 public boolean supportsVisualStashing() { in supportsVisualStashing() method in TaskbarStashController
354 return !mActivity.isThreeButtonNav() && mControllers.uiController.supportsVisualStashing(); in supportsVisualStashing()
403 return (hasAnyFlag(FLAG_IN_STASHED_LAUNCHER_STATE) && supportsVisualStashing()); in isInStashedLauncherState()
447 if (supportsVisualStashing() && hasAnyFlag(FLAGS_REPORT_STASHED_INSETS_TO_APP)) { in getContentHeightToReportToApps()
605 if (!supportsVisualStashing()) { in createAnimToIsStashed()
937 isStashed && supportsVisualStashing()); in onIsStashedChanged()
DTaskbarUIController.java83 public boolean supportsVisualStashing() { in supportsVisualStashing() method in TaskbarUIController
DTaskbarLauncherStateController.java653 && mControllers.taskbarStashController.supportsVisualStashing(); in isIconAlignedWithHotseat()