Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java986 private int mColorBackground; field in ActivityManager.TaskDescription
1074 mColorBackground = colorBackground; in TaskDescription()
1099 mColorBackground = other.mColorBackground; in copyFrom()
1118 if (other.mColorBackground != 0) { in copyFromPreserveHiddenFields()
1119 mColorBackground = other.mColorBackground; in copyFromPreserveHiddenFields()
1165 mColorBackground = backgroundColor; in setBackgroundColor()
1271 return mColorBackground; in getBackgroundColor()
1328 if (mColorBackground != 0) { in saveToXml()
1330 Integer.toHexString(mColorBackground)); in saveToXml()
1376 dest.writeInt(mColorBackground); in writeToParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1643 Landroid/app/ActivityManager$TaskDescription;->mColorBackground:I