HomeSort by relevance Sort by last modified time
    Searched refs:statusBarColor (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 80 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor,
86 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor);
110 int statusBarColor, int navigationBarColor) {
127 if (statusBarColor != 0) {
128 mStatusBarColor = new ColorDrawable(statusBarColor);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
SystemBarHelper.java 134 android.R.attr.statusBarColor, android.R.attr.navigationBarColor});
135 final int statusBarColor = typedArray.getColor(0, 0);
137 window.setStatusBarColor(statusBarColor);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchViewController.java 196 final int statusBarColor = useDefaultColor ? R.color.mail_activity_status_bar_color :
198 ViewUtils.setStatusBarColor(mActivity, statusBarColor);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallAppProgress.java 336 getTheme().resolveAttribute(android.R.attr.statusBarColor, attribute, true);
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 347 milliseconds