Home
last modified time | relevance | path

Searched defs:statusBarColor (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
DCarSetupWizardUiUtils.java180 int statusBarColor = typedArray.getColor(0, 0); in disableImmersiveMode() local
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java79 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, in BackdropFrameRenderer()
106 int statusBarColor, int navigationBarColor) { in onResourcesLoaded()
DDecorView.java1186 int statusBarColor = calculateStatusBarColor(appearance); in updateColorViews() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java133 final int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DCaptionWindowDecorViewModel.java143 final int statusBarColor = taskInfo.taskDescription.getStatusBarColor(); in setupCaptionColor() local
DDesktopModeWindowDecorViewModel.java562 final int statusBarColor = taskInfo.taskDescription.getStatusBarColor(); in setupCaptionColor() local
/frameworks/base/core/java/android/app/
DActivityManager.java1471 int statusBarColor, int navigationBarColor, in TaskDescription()
1609 public void setStatusBarColor(int statusBarColor) { in setStatusBarColor()
DActivity.java5298 final int statusBarColor = a.getColor( in onApplyThemeResource() local