Home
last modified time | relevance | path

Searched refs:NotificationShadeWindowState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java114 private final NotificationShadeWindowState mCurrentState = new NotificationShadeWindowState();
131 private final NotificationShadeWindowState.Buffer mStateBuffer =
308 private void applyKeyguardFlags(NotificationShadeWindowState state) { in applyKeyguardFlags()
411 private void applyVisibility(NotificationShadeWindowState state) { in applyVisibility()
430 private boolean isExpanded(NotificationShadeWindowState state) { in isExpanded()
502 private void apply(NotificationShadeWindowState state) { in apply()
533 private void logState(NotificationShadeWindowState state) { in logState()
582 private void applyModalFlag(NotificationShadeWindowState state) { in applyModalFlag()
590 private void applyBrightness(NotificationShadeWindowState state) { in applyBrightness()
598 private void applyHasTopUi(NotificationShadeWindowState state) { in applyHasTopUi()
[all …]
H A DNotificationShadeWindowState.kt22 import com.android.systemui.shade.NotificationShadeWindowState.Buffer
29 class NotificationShadeWindowState( regex
104 private val buffer = RingBuffer(capacity) { NotificationShadeWindowState() }