Searched refs:mColorPrimary (Results 1 – 2 of 2) sorted by relevance
992 private int mColorPrimary; field in ActivityManager.TaskDescription1080 mColorPrimary = colorPrimary; in TaskDescription()1105 mColorPrimary = other.mColorPrimary; in copyFrom()1124 mColorPrimary = other.mColorPrimary; in copyFromPreserveHiddenFields()1160 mColorPrimary = primaryColor; in setPrimaryColor()1269 return mColorPrimary; in getPrimaryColor()1331 if (mColorPrimary != 0) { in saveToXml()1333 Integer.toHexString(mColorPrimary)); in saveToXml()1382 dest.writeInt(mColorPrimary); in writeToParcel()1400 mColorPrimary = source.readInt(); in readFromParcel()[all …]
1461 Landroid/app/ActivityManager$TaskDescription;->mColorPrimary:I