/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
H A D | NavigationBar.java | 57 R.attr.suwNavBarTheme, android.R.attr.colorForeground, android.R.attr.colorBackground in getNavbarTheme() 61 @StyleableRes int colorBackground = 2; in getNavbarTheme() local 69 Color.colorToHSV(attributes.getColor(colorBackground, 0), backgroundHsv); in getNavbarTheme()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | Task.java | 214 public int colorBackground; field in Task 255 this(other.key, other.colorPrimary, other.colorBackground, other.isDockable, in Task() 264 public Task(TaskKey key, int colorPrimary, int colorBackground, in Task() argument 269 this.colorBackground = colorBackground; in Task()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/ |
H A D | AospThemeImpl.java | 44 private int colorBackground = -1; field in AospThemeImpl 66 android.R.attr.colorBackground, in AospThemeImpl() 80 colorBackground = array.getColor(/* index= */ 7, /* defValue= */ -1); in AospThemeImpl()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | Themes.java | 107 return getAttrColor(context, android.R.attr.colorBackground); in getColorBackground()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | ImagePreviewFragment.java | 177 android.R.attr.colorBackground); in onCreateView() 608 android.R.attr.colorBackground); in surfaceCreated()
|
H A D | LivePreviewFragment.java | 317 android.R.attr.colorBackground), in previewLiveWallpaper()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationViewWrapper.java | 331 return Utils.getColorAttr(mView.getContext(), android.R.attr.colorBackground) in resolveBackgroundColor()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationSbnAdapter.java | 85 android.R.attr.colorBackground); in NotificationSbnAdapter()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 1223 int colorPrimary, int colorBackground, in TaskDescription() argument 1231 mColorBackground = colorBackground; in TaskDescription() 1638 final int colorBackground = in.getAttributeIntHex(null, in restoreFromXml() local 1640 if (colorBackground != 0) { in restoreFromXml() 1641 setBackgroundColor(colorBackground); in restoreFromXml()
|
H A D | Activity.java | 5188 int colorBackground = a.getColor( in onApplyThemeResource() local 5190 if (colorBackground != 0 && Color.alpha(colorBackground) == 0xFF) { in onApplyThemeResource() 5191 mTaskDescription.setBackgroundColor(colorBackground); in onApplyThemeResource()
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/ |
H A D | SettingsHomepageActivity.java | 259 : Utils.getColorAttrDefaultColor(this, android.R.attr.colorBackground); in updateHomepageBackground()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | BottomActionBar.java | 579 ResourceUtils.getColorAttr(context, android.R.attr.colorBackground)); in setColor()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipAnimationController.java | 367 android.R.attr.colorBackground }); in getContentOverlayColor()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskThumbnailView.java | 135 int color = task == null ? Color.BLACK : task.colorBackground | 0xFF000000; in bind()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
H A D | ThemeComponentOption.java | 430 android.R.attr.colorBackground); in bindPreview()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | Utils.java | 692 return getAttrColor(context, android.R.attr.colorBackground); in getBackgroundColor()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 461 field public static final int colorBackground = 16842801; // 0x1010031
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 410 field public static final int colorBackground = 16842801; // 0x1010031
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 78938 Lcom/android/internal/R$attr;->colorBackground:I
|