/aosp14/frameworks/base/core/java/android/view/ |
H A D | TaskTransitionSpec.java | 34 public final int backgroundColor; field in TaskTransitionSpec 36 public TaskTransitionSpec(int backgroundColor) { in TaskTransitionSpec()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 424 public static int findAlphaToMeetContrast(int color, int backgroundColor, double minRatio) { in findAlphaToMeetContrast() 564 int backgroundColor) { in resolveContrastColor() 580 int backgroundColor, boolean isDark) { in resolveContrastColor() 614 public static int resolvePrimaryColor(Context context, int backgroundColor, in resolvePrimaryColor() 626 public static int resolveSecondaryColor(Context context, int backgroundColor, in resolveSecondaryColor() 638 public static int resolveDefaultColor(Context context, int backgroundColor, in resolveDefaultColor() 683 private static boolean shouldUseDark(int backgroundColor, boolean defaultBackgroundIsDark) { in shouldUseDark() 692 public static double calculateLuminance(int backgroundColor) { in calculateLuminance() 697 public static double calculateContrast(int foregroundColor, int backgroundColor) { in calculateContrast() 701 public static boolean satisfiesTextContrast(int backgroundColor, int foregroundColor) { in satisfiesTextContrast() [all …]
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | LauncherIcons.java | 103 public Drawable getBadgeDrawable(Drawable badgeForeground, int backgroundColor) { in getBadgeDrawable() 108 Drawable base, Drawable badgeForeground, int backgroundColor) { in getBadgedDrawable()
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/activity/ |
H A D | EdgeToEdgeActivitContent.kt | 54 val backgroundColor = MaterialTheme.colorScheme.background regex
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
H A D | EntryHighlight.kt | 45 val backgroundColor by animateColorAsState( regex
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
H A D | VectorDrawablePerfTest.java | 78 int backgroundColor = bmp.getPixel(w / 4, h / 2); in testBitmapDrawPerf() local
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | SuggestionRangeSpan.java | 81 public void setBackgroundColor(int backgroundColor) { in setBackgroundColor()
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | CaptioningManager.java | 422 public final int backgroundColor; field in CaptioningManager.CaptionStyle 460 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() 584 final int backgroundColor = Secure.getInt( in getCustomStyle() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsFlatLayout.java | 53 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
|
H A D | GlobalActionsLayoutLite.java | 48 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
|
H A D | GlobalActionsLayout.java | 65 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenIconDrawableFactory.java | 63 static Drawable[] makeIconDrawable(@ColorInt int backgroundColor, @ColorInt int themeColor, in makeIconDrawable() 176 public MaskBackgroundDrawable(@ColorInt int backgroundColor) { in MaskBackgroundDrawable()
|
H A D | TaskSnapshotWindow.java | 166 int backgroundColor = taskDescription.getBackgroundColor(); in TaskSnapshotWindow() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationViewWrapper.java | 112 int backgroundColor = getBackgroundColor(mView); in onReinflated() local 172 int backgroundColor = getBackgroundColor(viewGroup); in childrenNeedInversion() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusOverlayHoverListener.kt | 114 val backgroundColor regex
|
H A D | LetterboxAppearanceCalculator.kt | 173 val backgroundColor = outerLetterboxBackgroundColor() regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationRunner.java | 342 final int backgroundColor = getTransitionBackgroundColorIfSet(info, adapter.mChange, in addBackgroundColorIfNeeded() local 346 addBackgroundToTransition(info.getRootLeash(), backgroundColor, startTransaction, in addBackgroundColorIfNeeded() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | IlluminationDrawable.kt | 65 private var backgroundColor = Color.TRANSPARENT regex
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | TransitionInfo.java | 749 public void setBackgroundColor(@ColorInt int backgroundColor) { in setBackgroundColor() 1034 int enterResId, int exitResId, int backgroundColor) { in addCustomActivityTransition() 1049 int exitResId, @ColorInt int backgroundColor, boolean overrideTaskTransition) { in makeCustomAnimOptions() 1217 int enterResId, int exitResId, int backgroundColor) { in addCustomActivityTransition()
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | BouncerScene.kt | 108 val backgroundColor = MaterialTheme.colorScheme.surface regex
|
H A D | PinBouncer.kt | 199 val backgroundColor = regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconView.java | 90 int backgroundColor = Utils.getColorAttrDefaultColor(getContext(), in updateColorAndBackgroundVisibility() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewLegacy.java | 193 final int backgroundColor = Utils.getColorAttrDefaultColor(getContext(), in updateColor() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/ |
H A D | KeyboardBacklightDialog.kt | 85 var backgroundColor = getColorFromStyle(com.android.internal.R.attr.materialColorSurfaceBright) regex
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IActivityClientController.aidl | 126 int backgroundColor); in overrideActivityTransition() 136 int enterAnim, int exitAnim, int backgroundColor); in overridePendingTransition()
|