Searched defs:statusBarColor (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java81 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor,
87 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor);
111 int statusBarColor, int navigationBarColor) {
128 if (statusBarColor != 0) {
129 mStatusBarColor = new ColorDrawable(statusBarColor);
79 BackdropFrameRenderer(DecorView decorView, ThreadedRenderer renderer, Rect initialBounds, Drawable resizingBackgroundDrawable, Drawable captionBackgroundDrawable, Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
109 onResourcesLoaded(DecorView decorView, Drawable resizingBackgroundDrawable, Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor) argument
H A DDecorView.java1177 int statusBarColor) {
1179 : (flags & FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) != 0 ? statusBarColor
1176 calculateStatusBarColor(int flags, int semiTransparentStatusBarColor, int statusBarColor) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java146 int statusBarColor = 0;
194 statusBarColor = taskDescription.getStatusBarColor();
213 surface, snapshot, layoutParams.getTitle(), backgroundColor, statusBarColor,
231 TaskSnapshot snapshot, CharSequence title, int backgroundColor, int statusBarColor,
244 windowPrivateFlags, sysUiVis, statusBarColor, navigationBarColor);
245 mStatusBarColor = statusBarColor;
480 int statusBarColor, int navigationBarColor) {
487 statusBarColor);
230 TaskSnapshotSurface(WindowManagerService service, Window window, Surface surface, TaskSnapshot snapshot, CharSequence title, int backgroundColor, int statusBarColor, int navigationBarColor, int sysUiVis, int windowFlags, int windowPrivateFlags, Rect taskBounds, int currentOrientation) argument
479 SystemBarBackgroundPainter( int windowFlags, int windowPrivateFlags, int sysUiVis, int statusBarColor, int navigationBarColor) argument
/frameworks/base/core/java/android/app/
H A DActivityManager.java1139 int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor) {
1146 mStatusBarColor = statusBarColor;
1233 public void setStatusBarColor(int statusBarColor) { argument
1234 mStatusBarColor = statusBarColor;
1440 " statusBarColor: " + mColorBackground +
1138 TaskDescription(String label, Bitmap bitmap, int iconRes, String iconFilename, int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor) argument

Completed in 71 milliseconds