Searched refs:mColorBackground (Results 1 – 1 of 1) sorted by relevance
963 private int mColorBackground; field in ActivityManager.TaskDescription1013 mColorBackground = colorBackground; in TaskDescription()1032 mColorBackground = other.mColorBackground; in copyFrom()1068 mColorBackground = backgroundColor; in setBackgroundColor()1141 return mColorBackground; in getBackgroundColor()1153 if (mColorBackground != 0) { in saveToXml()1155 Integer.toHexString(mColorBackground)); in saveToXml()1195 dest.writeInt(mColorBackground); in writeToParcel()1208 mColorBackground = source.readInt(); in readFromParcel()1226 " colorBackground: " + mColorBackground; in toString()