Searched defs:mColorPrimary (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityManager.java968 private int mColorPrimary; field in class:ActivityManager.TaskDescription
1018 mColorPrimary = colorPrimary;
1037 mColorPrimary = other.mColorPrimary;
1062 mColorPrimary = primaryColor;
1139 return mColorPrimary;
1155 if (mColorPrimary != 0) {
1157 Integer.toHexString(mColorPrimary));
1200 dest.writeInt(mColorPrimary);
1213 mColorPrimary
[all...]

Completed in 66 milliseconds