Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java985 private int mColorPrimary; field in ActivityManager.TaskDescription
1073 mColorPrimary = colorPrimary; in TaskDescription()
1098 mColorPrimary = other.mColorPrimary; in copyFrom()
1117 mColorPrimary = other.mColorPrimary; in copyFromPreserveHiddenFields()
1153 mColorPrimary = primaryColor; in setPrimaryColor()
1262 return mColorPrimary; in getPrimaryColor()
1324 if (mColorPrimary != 0) { in saveToXml()
1326 Integer.toHexString(mColorPrimary)); in saveToXml()
1375 dest.writeInt(mColorPrimary); in writeToParcel()
1393 mColorPrimary = source.readInt(); in readFromParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1644 Landroid/app/ActivityManager$TaskDescription;->mColorPrimary:I