Searched refs:shouldHide (Results 1 – 11 of 11) sorted by relevance
36 viewController.view.doOnDetach { viewController.bindHideState(shouldHide = false) } in <lambda>()42 hideListFlow.collect { shouldHide -> in <lambda>() method43 viewController.bindHideState(shouldHide) in <lambda>()51 private fun NotificationStackScrollLayoutController.bindHideState(shouldHide: Boolean) { in <lambda>()52 if (shouldHide) { in <lambda>()
160 boolean shouldHide = isAnyTransientBarShown() in checkUserAutoHide()165 shouldHide &= mStatusBar.shouldHideOnTouch(); in checkUserAutoHide()168 shouldHide &= mNavigationBar.shouldHideOnTouch(); in checkUserAutoHide()171 if (shouldHide) { in checkUserAutoHide()
116 void shouldHideAffordances(boolean shouldHide); in shouldHideAffordances() argument
41 .collect { shouldHide -> in <lambda>() method42 if (shouldHide) { in <lambda>()
104 final String[] shouldHide = { in test_shouldHideDocument() local125 for (String path : shouldHide) { in test_shouldHideDocument()
75 .traceEach(HIDE_STATUS_TRACK_NAME, logcat = true) { shouldHide -> in <lambda>() method76 if (shouldHide) "hidden" else "visible" in <lambda>()
478 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_trueWhenShadeIsClosed() constant486 assertThat(shouldHide).isTrue() in shouldHideFooterView_trueWhenShadeIsClosed()492 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenShadeIsOpen() constant500 assertThat(shouldHide).isFalse() in shouldHideFooterView_falseWhenShadeIsOpen()506 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenQSPartiallyOpen() constant515 assertThat(shouldHide).isFalse() in shouldHideFooterView_falseWhenQSPartiallyOpen()
236 public boolean shouldHide() { in shouldHide() method in SearchTarget489 public Builder setShouldHide(boolean shouldHide) { in setShouldHide() argument490 mHidden = shouldHide; in setShouldHide()
54 method @Deprecated public boolean shouldHide();
1211 final boolean shouldHide = in updateTemporarilyInvisibleAnimation()1215 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()
72655 Lcom/android/internal/os/BatterySipper;->shouldHide:Z