Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java1202 private int mColorBackground; field in ActivityManager.TaskDescription
1254 mColorBackground = colorBackground; in TaskDescription()
1275 mColorBackground = other.mColorBackground; in copyFrom()
1290 if (other.mColorBackground != 0) { in copyFromPreserveHiddenFields()
1291 mColorBackground = other.mColorBackground; in copyFromPreserveHiddenFields()
1334 mColorBackground = backgroundColor; in setBackgroundColor()
1421 return mColorBackground; in getBackgroundColor()
1447 if (mColorBackground != 0) { in saveToXml()
1449 Integer.toHexString(mColorBackground)); in saveToXml()
1489 dest.writeInt(mColorBackground); in writeToParcel()
[all …]