Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java992 private int mColorPrimary; field in ActivityManager.TaskDescription
1080 mColorPrimary = colorPrimary; in TaskDescription()
1105 mColorPrimary = other.mColorPrimary; in copyFrom()
1124 mColorPrimary = other.mColorPrimary; in copyFromPreserveHiddenFields()
1160 mColorPrimary = primaryColor; in setPrimaryColor()
1269 return mColorPrimary; in getPrimaryColor()
1331 if (mColorPrimary != 0) { in saveToXml()
1333 Integer.toHexString(mColorPrimary)); in saveToXml()
1382 dest.writeInt(mColorPrimary); in writeToParcel()
1400 mColorPrimary = source.readInt(); in readFromParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1461 Landroid/app/ActivityManager$TaskDescription;->mColorPrimary:I