Home
last modified time | relevance | path

Searched defs:shouldHideStatusBarIconsWhenExpanded (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt109 fun shouldHideStatusBarIconsWhenExpanded(): Boolean in expand() method
DShadeViewControllerEmptyImpl.kt47 override fun shouldHideStatusBarIconsWhenExpanded() = false in shouldHideStatusBarIconsWhenExpanded() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java3098 public boolean shouldHideStatusBarIconsWhenExpanded() { in shouldHideStatusBarIconsWhenExpanded() method