Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java81 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, in BackdropFrameRenderer() argument
87 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor); in BackdropFrameRenderer()
111 int statusBarColor, int navigationBarColor) { in onResourcesLoaded() argument
128 if (statusBarColor != 0) { in onResourcesLoaded()
129 mStatusBarColor = new ColorDrawable(statusBarColor); in onResourcesLoaded()
DDecorView.java1177 int statusBarColor) { in calculateStatusBarColor() argument
1179 : (flags & FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) != 0 ? statusBarColor in calculateStatusBarColor()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java146 int statusBarColor = 0; in create() local
194 statusBarColor = taskDescription.getStatusBarColor(); in create()
213 surface, snapshot, layoutParams.getTitle(), backgroundColor, statusBarColor, in create()
231 TaskSnapshot snapshot, CharSequence title, int backgroundColor, int statusBarColor, in TaskSnapshotSurface() argument
244 windowPrivateFlags, sysUiVis, statusBarColor, navigationBarColor); in TaskSnapshotSurface()
245 mStatusBarColor = statusBarColor; in TaskSnapshotSurface()
480 int statusBarColor, int navigationBarColor) { in SystemBarBackgroundPainter() argument
487 statusBarColor); in SystemBarBackgroundPainter()
DTaskSnapshotController.java347 final int statusBarColor = task.getTaskDescription().getStatusBarColor(); in drawAppThemeSnapshot() local
351 attrs.privateFlags, attrs.systemUiVisibility, statusBarColor, navigationBarColor); in drawAppThemeSnapshot()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java133 android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()
134 final int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
136 window.setStatusBarColor(statusBarColor); in showSystemBars()
/frameworks/base/core/java/android/app/
DActivityManager.java1139 int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor) { in TaskDescription() argument
1146 mStatusBarColor = statusBarColor; in TaskDescription()
1233 public void setStatusBarColor(int statusBarColor) { in setStatusBarColor() argument
1234 mStatusBarColor = statusBarColor; in setStatusBarColor()
DActivity.java4389 final int statusBarColor = a.getColor( in onApplyThemeResource() local
4391 if (statusBarColor != 0) { in onApplyThemeResource()
4392 mTaskDescription.setStatusBarColor(statusBarColor); in onApplyThemeResource()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java1604 int statusBarColor = 0; in updateTaskDescription() local
1627 statusBarColor = r.taskDescription.getStatusBarColor(); in updateTaskDescription()
1634 colorPrimary, colorBackground, statusBarColor, navigationBarColor); in updateTaskDescription()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1155 field public static final int statusBarColor = 16843857; // 0x1010451
/frameworks/base/api/
Dcurrent.txt1265 field public static final int statusBarColor = 16843857; // 0x1010451
/frameworks/base/config/
Dhiddenapi-public-dex.txt36661 Landroid/R$attr;->statusBarColor:I
Dhiddenapi-private-dex.txt112831 Lcom/android/internal/R$attr;->statusBarColor:I