Searched refs:mColorBackground (Results 1 – 2 of 2) sorted by relevance
1553 private int mColorBackground; field in ActivityManager.TaskDescription1765 mColorBackground = colorBackground; in TaskDescription()1794 mColorBackground = other.mColorBackground; in copyFrom()1818 if (other.mColorBackground != 0) { in copyFromPreserveHiddenFields()1819 mColorBackground = other.mColorBackground; in copyFromPreserveHiddenFields()1882 mColorBackground = backgroundColor; in setBackgroundColor()2064 return mColorBackground; in getBackgroundColor()2166 if (mColorBackground != 0) { in saveToXml()2242 dest.writeInt(mColorBackground); in writeToParcel()2266 mColorBackground = source.readInt(); in readFromParcel()[all …]
1460 Landroid/app/ActivityManager$TaskDescription;->mColorBackground:I