/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | Task.java | 226 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 D | RecentTask.kt | 28 @ColorInt val colorBackground: Int?
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/resources/ |
H A D | migrationList.csv | 6 colorBackground colorSurfaceContainer MigTok07
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/ |
H A D | PeopleScreen.kt | 84 color = androidColors.colorBackground, 170 color = LocalAndroidColorScheme.current.deprecated.colorBackground,
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/ |
H A D | AndroidColorScheme.kt | 104 val colorBackground = getColor(context, R.attr.colorBackground) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipContentOverlay.java | 117 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 D | ShellRecentTaskListProviderTest.kt | 109 colorBackground = null
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
H A D | MediaProjectionTaskView.kt | 78 val color = (task?.colorBackground ?: Color.BLACK) or 0xFF000000.toInt()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/ |
H A D | MediaProjectionAppSelectorControllerTest.kt | 198 colorBackground = 0
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationViewWrapper.java | 329 return Utils.getColorAttr(mView.getContext(), android.R.attr.colorBackground) in resolveBackgroundColor()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 1756 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 D | Activity.java | 5393 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 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 | 601 field public static final int colorBackground = 16842801; // 0x1010031
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 75615 Lcom/android/internal/R$attr;->colorBackground:I
|