Home
last modified time | relevance | path

Searched refs:forceVisible (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt33 val forceVisible: Boolean in <lambda>() constant
52 override val forceVisible = false constant in com.android.systemui.statusbar.events.BatteryEvent
71 override val forceVisible = true constant in com.android.systemui.statusbar.events.PrivacyEvent
DSystemStatusAnimationScheduler.kt105 (animationState != SHOWING_PERSISTENT_DOT && event.forceVisible)) { in <lambda>()
117 if (event.forceVisible) { in <lambda>()
154 if (event.forceVisible) { in <lambda>()
159 if (!event.showAnimation && event.forceVisible) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java351 boolean forceVisible = false;
355 forceVisible = mAllowForceNavBarHandleOpaque && mForceNavBarHandleOpaque;
365 (forceVisible || alpha > 0) ? View.VISIBLE : View.INVISIBLE);
366 buttonDispatcher.setAlpha(forceVisible ? 1f : alpha, animate);