/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
H A D | AppClipsActivity.java | 210 int colorBackgroundFloating = Utils.getColorAttr(this, in setScreenshot() local 211 android.R.attr.colorBackgroundFloating).getDefaultColor(); in setScreenshot() 212 mRoot.setBackgroundColor(colorBackgroundFloating); in setScreenshot()
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/ |
H A D | AndroidColorScheme.kt | 105 val colorBackgroundFloating = getColor(context, R.attr.colorBackgroundFloating) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
H A D | MediaProjectionTaskView.kt | 50 val backgroundColorAttribute = intArrayOf(android.R.attr.colorBackgroundFloating)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
H A D | BubbleBarExpandedView.java | 196 android.R.attr.colorBackgroundFloating}); in applyThemeAttrs()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleOverflowContainerView.java | 314 new int[]{android.R.attr.colorBackgroundFloating, android.R.attr.textColorPrimary}); in onCreateViewHolder()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 1761 int minHeight, int colorBackgroundFloating) { in TaskDescription() argument 1775 mColorBackgroundFloating = colorBackgroundFloating; in TaskDescription() 2199 final int colorBackgroundFloating = in.getAttributeIntHex(null, in restoreFromXml() local 2201 if (colorBackgroundFloating != 0) { in restoreFromXml() 2202 setBackgroundColorFloating(colorBackgroundFloating); in restoreFromXml()
|
H A D | Activity.java | 5399 int colorBackgroundFloating = a.getColor( in onApplyThemeResource() local 5402 if (colorBackgroundFloating != 0 && Color.alpha(colorBackgroundFloating) == 0xFF) { in onApplyThemeResource() 5403 mTaskDescription.setBackgroundColorFloating(colorBackgroundFloating); in onApplyThemeResource()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogImpl.java | 959 mContext, android.R.attr.colorBackgroundFloating); in setupRingerDrawer() 2034 mContext, android.R.attr.colorBackgroundFloating);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimController.java | 1494 android.R.attr.colorBackgroundFloating).getDefaultColor(); in updateThemeColors()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 638 mBgColor = Utils.getColorAttr(mContext, android.R.attr.colorBackgroundFloating) in NotificationStackScrollLayout() 779 mBgColor = Utils.getColorAttr(mContext, android.R.attr.colorBackgroundFloating) in updateBgColor()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 603 field public static final int colorBackgroundFloating = 16844002; // 0x10104e2
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 75617 Lcom/android/internal/R$attr;->colorBackgroundFloating:I
|