Searched refs:mColorBackground (Results 1 – 2 of 2) sorted by relevance
993 private int mColorBackground; field in ActivityManager.TaskDescription1081 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 …]
1460 Landroid/app/ActivityManager$TaskDescription;->mColorBackground:I