Searched refs:mColorPrimary (Results 1 – 1 of 1) sorted by relevance
962 private int mColorPrimary; field in ActivityManager.TaskDescription1012 mColorPrimary = colorPrimary; in TaskDescription()1031 mColorPrimary = other.mColorPrimary; in copyFrom()1056 mColorPrimary = primaryColor; in setPrimaryColor()1133 return mColorPrimary; in getPrimaryColor()1149 if (mColorPrimary != 0) { in saveToXml()1151 Integer.toHexString(mColorPrimary)); in saveToXml()1194 dest.writeInt(mColorPrimary); in writeToParcel()1207 mColorPrimary = source.readInt(); in readFromParcel()1225 " IconFilename: " + mIconFilename + " colorPrimary: " + mColorPrimary + in toString()