Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java1060 private int mColorPrimary; field in ActivityManager.TaskDescription
1144 mColorPrimary = colorPrimary; in TaskDescription()
1166 mColorPrimary = other.mColorPrimary; in copyFrom()
1182 mColorPrimary = other.mColorPrimary; in copyFromPreserveHiddenFields()
1215 mColorPrimary = primaryColor; in setPrimaryColor()
1321 return mColorPrimary; in getPrimaryColor()
1351 if (mColorPrimary != 0) { in saveToXml()
1353 Integer.toHexString(mColorPrimary)); in saveToXml()
1402 dest.writeInt(mColorPrimary); in writeToParcel()
1418 mColorPrimary = source.readInt(); in readFromParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt1783 Landroid/app/ActivityManager$TaskDescription;->mColorPrimary:I