Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java212 private final ColorViewState mNavigationColorViewState = field in DecorView
334 return mNavigationColorViewState.view; in getNavigationBarBackgroundView()
340 boolean navOpaque = gatherTransparentRegion(mNavigationColorViewState, region); in gatherTransparentRegion()
362 mStatusColorViewState.view, mNavigationColorViewState.view); in onDraw()
1176 && mNavigationColorViewState.present; in updateColorViews()
1178 && mNavigationColorViewState.present; in updateColorViews()
1564 if (mNavigationColorViewState.view != null) { in updateColorViewTranslations()
2207 getCurrentColor(mNavigationColorViewState)); in onResourcesLoaded()
2376 if (v != mStatusColorViewState.view && v != mNavigationColorViewState.view in clearContentView()
2410 getCurrentColor(mNavigationColorViewState), fullscreen, in onWindowDragResizeStart()
[all …]