Searched refs:isStashedHandleVisible (Results 1 – 3 of 3) sorted by relevance
549 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()
325 public boolean isStashedHandleVisible() { in isStashedHandleVisible() method in StashedHandleViewController333 pw.println(prefix + "\tisStashedHandleVisible=" + isStashedHandleVisible()); in dumpLogs()357 return isStashedHandleVisible(); in canNavHandleBeLongPressed()
531 if (!mControllers.stashedHandleViewController.isStashedHandleVisible() in getContentHeightToReportToApps()