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

/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java80 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor,
86 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor);
110 int statusBarColor, int navigationBarColor) {
133 if (navigationBarColor != 0) {
134 mNavigationBarColor = new ColorDrawable(navigationBarColor);
78 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
108 onResourcesLoaded(DecorView decorView, Drawable resizingBackgroundDrawable, Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor) argument

Completed in 56 milliseconds