Searched refs:NotificationShadeWindowState (Results 1 – 2 of 2) sorted by relevance
125 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 …]
22 import com.android.systemui.shade.NotificationShadeWindowState.Buffer29 class NotificationShadeWindowState( class114 private val buffer = RingBuffer(capacity) { NotificationShadeWindowState() } in <lambda>()