Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java993 private int mColorBackground; field in ActivityManager.TaskDescription
1081 mColorBackground = colorBackground; in TaskDescription()
1106 mColorBackground = other.mColorBackground; in copyFrom()
1125 if (other.mColorBackground != 0) { in copyFromPreserveHiddenFields()
1126 mColorBackground = other.mColorBackground; in copyFromPreserveHiddenFields()
1172 mColorBackground = backgroundColor; in setBackgroundColor()
1278 return mColorBackground; in getBackgroundColor()
1335 if (mColorBackground != 0) { in saveToXml()
1337 Integer.toHexString(mColorBackground)); in saveToXml()
1383 dest.writeInt(mColorBackground); in writeToParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1460 Landroid/app/ActivityManager$TaskDescription;->mColorBackground:I