Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java125 private final NotificationShadeWindowState mCurrentState = new NotificationShadeWindowState();
141 private final NotificationShadeWindowState.Buffer mStateBuffer =
142 new NotificationShadeWindowState.Buffer(MAX_STATE_CHANGES_BUFFER_SIZE);
356 private void applyKeyguardFlags(NotificationShadeWindowState state) { in applyKeyguardFlags()
425 private void adjustScreenOrientation(NotificationShadeWindowState state) { in adjustScreenOrientation()
437 private void applyFocusableFlag(NotificationShadeWindowState state) { in applyFocusableFlag()
458 private void applyForceShowNavigationFlag(NotificationShadeWindowState state) { in applyForceShowNavigationFlag()
467 private void applyVisibility(NotificationShadeWindowState state) { in applyVisibility()
489 private boolean isExpanded(NotificationShadeWindowState state) { in isExpanded()
504 private void applyFitsSystemWindows(NotificationShadeWindowState state) { in applyFitsSystemWindows()
[all …]
DNotificationShadeWindowState.kt22 import com.android.systemui.shade.NotificationShadeWindowState.Buffer
29 class NotificationShadeWindowState( class
114 private val buffer = RingBuffer(capacity) { NotificationShadeWindowState() } in <lambda>()