Home
last modified time | relevance | path

Searched refs:mColorPrimary (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java1133 private int mColorPrimary; field in ActivityManager.TaskDescription
1230 mColorPrimary = colorPrimary; in TaskDescription()
1258 mColorPrimary = other.mColorPrimary; in copyFrom()
1280 mColorPrimary = other.mColorPrimary; in copyFromPreserveHiddenFields()
1331 mColorPrimary = primaryColor; in setPrimaryColor()
1516 return mColorPrimary; in getPrimaryColor()
1607 if (mColorPrimary != 0) { in saveToXml()
1608 out.attributeIntHex(null, ATTR_TASKDESCRIPTIONCOLOR_PRIMARY, mColorPrimary); in saveToXml()
1685 dest.writeInt(mColorPrimary); in writeToParcel()
1708 mColorPrimary = source.readInt(); in readFromParcel()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1461 Landroid/app/ActivityManager$TaskDescription;->mColorPrimary:I