Searched defs:goingToFullShade (Results 1 – 8 of 8) sorted by relevance
89 boolean goingToFullShade, in setViewVisibility()
411 boolean goingToFullShade, in setKeyguardStatusViewVisibility()
134 boolean goingToFullShade(); in goingToFullShade() method
533 public boolean goingToFullShade() { in goingToFullShade() method in StatusBarStateControllerImpl
341 boolean goingToFullShade, in setKeyguardQsUserSwitchVisibility()
327 boolean goingToFullShade, in setKeyguardUserSwitcherVisibility()
138 override fun goingToFullShade() = state == StatusBarState.SHADE && leaveOpen in goingToFullShade() method in com.android.systemui.statusbar.FakeStatusBarStateController
2438 private void setKeyguardBottomAreaVisibility(int statusBarState, boolean goingToFullShade) { in setKeyguardBottomAreaVisibility()