Home
last modified time | relevance | path

Searched refs:navigationBarColor (Results 1 – 11 of 11) 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
134 if (navigationBarColor != 0) { in onResourcesLoaded()
135 mNavigationBarColor = new ColorDrawable(navigationBarColor); in onResourcesLoaded()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java147 int navigationBarColor = 0; in create() local
195 navigationBarColor = taskDescription.getNavigationBarColor(); in create()
214 navigationBarColor, sysUiVis, windowFlags, windowPrivateFlags, taskBounds, in create()
232 int navigationBarColor, int sysUiVis, int windowFlags, int windowPrivateFlags, in TaskSnapshotSurface() argument
244 windowPrivateFlags, sysUiVis, statusBarColor, navigationBarColor); in TaskSnapshotSurface()
480 int statusBarColor, int navigationBarColor) { in SystemBarBackgroundPainter() argument
488 mNavigationBarColor = navigationBarColor; in SystemBarBackgroundPainter()
490 mNavigationBarPaint.setColor(navigationBarColor); in SystemBarBackgroundPainter()
DTaskSnapshotController.java348 final int navigationBarColor = task.getTaskDescription().getNavigationBarColor(); 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()
135 final int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local
137 window.setNavigationBarColor(navigationBarColor); in showSystemBars()
/frameworks/base/core/java/android/app/
DActivityManager.java1139 int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor) { in TaskDescription() argument
1147 mNavigationBarColor = navigationBarColor; in TaskDescription()
1240 public void setNavigationBarColor(int navigationBarColor) { in setNavigationBarColor() argument
1241 mNavigationBarColor = navigationBarColor; in setNavigationBarColor()
DActivity.java4395 final int navigationBarColor = a.getColor( in onApplyThemeResource() local
4397 if (navigationBarColor != 0) { in onApplyThemeResource()
4398 mTaskDescription.setNavigationBarColor(navigationBarColor); in onApplyThemeResource()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java1605 int navigationBarColor = 0; in updateTaskDescription() local
1628 navigationBarColor = r.taskDescription.getNavigationBarColor(); in updateTaskDescription()
1634 colorPrimary, colorBackground, statusBarColor, navigationBarColor); in updateTaskDescription()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt867 field public static final int navigationBarColor = 16843858; // 0x1010452
/frameworks/base/api/
Dcurrent.txt938 field public static final int navigationBarColor = 16843858; // 0x1010452
/frameworks/base/config/
Dhiddenapi-public-dex.txt36332 Landroid/R$attr;->navigationBarColor:I
Dhiddenapi-private-dex.txt112492 Lcom/android/internal/R$attr;->navigationBarColor:I