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