Searched refs:mColorPrimary (Results 1 – 2 of 2) sorted by relevance
985 private int mColorPrimary; field in ActivityManager.TaskDescription1073 mColorPrimary = colorPrimary; in TaskDescription()1098 mColorPrimary = other.mColorPrimary; in copyFrom()1117 mColorPrimary = other.mColorPrimary; in copyFromPreserveHiddenFields()1153 mColorPrimary = primaryColor; in setPrimaryColor()1262 return mColorPrimary; in getPrimaryColor()1324 if (mColorPrimary != 0) { in saveToXml()1326 Integer.toHexString(mColorPrimary)); in saveToXml()1375 dest.writeInt(mColorPrimary); in writeToParcel()1393 mColorPrimary = source.readInt(); in readFromParcel()[all …]
1644 Landroid/app/ActivityManager$TaskDescription;->mColorPrimary:I