Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarStashControllerTest.kt549 assertThat(stashedHandleViewController.isStashedHandleVisible).isTrue() in testAnimatePinnedTaskbar_imeShown_replacesIconsWithHandle()
566 assertThat(stashedHandleViewController.isStashedHandleVisible).isFalse() in testAnimatePinnedTaskbar_imeHidden_replacesHandleWithIcons()
669 assertThat(stashedHandleViewController.isStashedHandleVisible).isTrue() in testUnlockTransition_pinnedMode_fadesOutHandle()
676 assertThat(stashedHandleViewController.isStashedHandleVisible).isFalse() in testUnlockTransition_pinnedMode_fadesOutHandle()
687 assertThat(stashedHandleViewController.isStashedHandleVisible).isTrue() in testUnlockTransition_transientMode_fadesOutHandleEarly()
695 assertThat(stashedHandleViewController.isStashedHandleVisible).isFalse() in testUnlockTransition_transientMode_fadesOutHandleEarly()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java325 public boolean isStashedHandleVisible() { in isStashedHandleVisible() method in StashedHandleViewController
333 pw.println(prefix + "\tisStashedHandleVisible=" + isStashedHandleVisible()); in dumpLogs()
357 return isStashedHandleVisible(); in canNavHandleBeLongPressed()
DTaskbarStashController.java531 if (!mControllers.stashedHandleViewController.isStashedHandleVisible() in getContentHeightToReportToApps()