Searched refs:shouldHeadsUpBeVisible (Results 1 – 6 of 6) sorted by relevance
185 @Deprecated("deprecated by SceneContainerFlag.isEnabled.") fun shouldHeadsUpBeVisible(): Boolean method
4661 public boolean shouldHeadsUpBeVisible() {
79 override fun shouldHeadsUpBeVisible(): Boolean { in bindData() method
78 override fun shouldHeadsUpBeVisible(): Boolean { in SceneScope() method
840 public boolean shouldHeadsUpBeVisible() { in shouldHeadsUpBeVisible() method in KeyguardStatusBarViewControllerTest.TestShadeViewStateProvider853 public void setShouldHeadsUpBeVisible(boolean shouldHeadsUpBeVisible) { in setShouldHeadsUpBeVisible() argument854 this.mShouldHeadsUpBeVisible = shouldHeadsUpBeVisible; in setShouldHeadsUpBeVisible()
685 isKeyguardShowing() && mShadeViewStateProvider.shouldHeadsUpBeVisible(); in updateForHeadsUp()