Searched refs:mColorBackground (Results 1 – 2 of 2) sorted by relevance
1752 private int mColorBackground; field in ActivityManager.TaskDescription1971 mColorBackground = colorBackground; in TaskDescription()2001 mColorBackground = other.mColorBackground; in copyFrom()2026 if (other.mColorBackground != 0) { in copyFromPreserveHiddenFields()2027 mColorBackground = other.mColorBackground; in copyFromPreserveHiddenFields()2093 mColorBackground = backgroundColor; in setBackgroundColor()2275 return mColorBackground; in getBackgroundColor()2392 if (mColorBackground != 0) { in saveToXml()2393 out.attributeIntHex(null, ATTR_TASKDESCRIPTIONCOLOR_BACKGROUND, mColorBackground); in saveToXml()2468 dest.writeInt(mColorBackground); in writeToParcel()[all …]
1460 Landroid/app/ActivityManager$TaskDescription;->mColorBackground:I