Home
last modified time | relevance | path

Searched refs:colorBackground (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTask.java226 public int colorBackground; field in Task
278 this(other.key, other.colorPrimary, other.colorBackground, other.isDockable, in Task()
289 public Task(TaskKey key, int colorPrimary, int colorBackground, in Task() argument
294 this.colorBackground = colorBackground; in Task()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
H A DRecentTask.kt28 @ColorInt val colorBackground: Int?
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/resources/
H A DmigrationList.csv6 colorBackground colorSurfaceContainer MigTok07
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
H A DPeopleScreen.kt84 color = androidColors.colorBackground,
170 color = LocalAndroidColorScheme.current.deprecated.colorBackground,
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/
H A DAndroidColorScheme.kt104 val colorBackground = getColor(context, R.attr.colorBackground) regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipContentOverlay.java117 android.R.attr.colorBackground }); in getContentOverlayColor()
245 android.R.attr.colorBackground }); in prepareAppIconOverlay()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/data/
H A DShellRecentTaskListProviderTest.kt109 colorBackground = null
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DMediaProjectionTaskView.kt78 val color = (task?.colorBackground ?: Color.BLACK) or 0xFF000000.toInt()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/
H A DMediaProjectionAppSelectorControllerTest.kt198 colorBackground = 0
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java329 return Utils.getColorAttr(mView.getContext(), android.R.attr.colorBackground) in resolveBackgroundColor()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java1756 int colorPrimary, int colorBackground, in TaskDescription() argument
1765 mColorBackground = colorBackground; in TaskDescription()
2194 final int colorBackground = in.getAttributeIntHex(null, in restoreFromXml() local
2196 if (colorBackground != 0) { in restoreFromXml()
2197 setBackgroundColor(colorBackground); in restoreFromXml()
H A DActivity.java5393 int colorBackground = a.getColor( in onApplyThemeResource() local
5395 if (colorBackground != 0 && Color.alpha(colorBackground) == 0xFF) { in onApplyThemeResource()
5396 mTaskDescription.setBackgroundColor(colorBackground); in onApplyThemeResource()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt601 field public static final int colorBackground = 16842801; // 0x1010031
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75615 Lcom/android/internal/R$attr;->colorBackground:I