Searched refs:mColorBackground (Results 1 – 1 of 1) sorted by relevance
969 private int mColorBackground; field in ActivityManager.TaskDescription1019 mColorBackground = colorBackground; in TaskDescription()1038 mColorBackground = other.mColorBackground; in copyFrom()1074 mColorBackground = backgroundColor; in setBackgroundColor()1147 return mColorBackground; in getBackgroundColor()1159 if (mColorBackground != 0) { in saveToXml()1161 Integer.toHexString(mColorBackground)); in saveToXml()1201 dest.writeInt(mColorBackground); in writeToParcel()1214 mColorBackground = source.readInt(); in readFromParcel()1232 " colorBackground: " + mColorBackground; in toString()