Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarStashController.java191 private boolean supportsVisualStashing() { in supportsVisualStashing() method in TaskbarStashController
199 return supportsVisualStashing() in supportsManualStashing()
235 return hasAnyFlag(FLAG_IN_STASHED_LAUNCHER_STATE) && supportsVisualStashing(); in isInStashedLauncherState()
316 if (!supportsVisualStashing()) { in createAnimToIsStashed()