Searched refs:mColorPrimary (Results 1 – 2 of 2) sorted by relevance
1133 private int mColorPrimary; field in ActivityManager.TaskDescription1230 mColorPrimary = colorPrimary; in TaskDescription()1258 mColorPrimary = other.mColorPrimary; in copyFrom()1280 mColorPrimary = other.mColorPrimary; in copyFromPreserveHiddenFields()1331 mColorPrimary = primaryColor; in setPrimaryColor()1516 return mColorPrimary; in getPrimaryColor()1607 if (mColorPrimary != 0) { in saveToXml()1608 out.attributeIntHex(null, ATTR_TASKDESCRIPTIONCOLOR_PRIMARY, mColorPrimary); in saveToXml()1685 dest.writeInt(mColorPrimary); in writeToParcel()1708 mColorPrimary = source.readInt(); in readFromParcel()[all …]
1461 Landroid/app/ActivityManager$TaskDescription;->mColorPrimary:I