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

/frameworks/base/core/java/android/app/
H A DActivityManager.java1060 private int mColorPrimary; field in class:ActivityManager.TaskDescription
1144 mColorPrimary = colorPrimary;
1166 mColorPrimary = other.mColorPrimary;
1182 mColorPrimary = other.mColorPrimary;
1215 mColorPrimary = primaryColor;
1321 return mColorPrimary;
1351 if (mColorPrimary != 0) {
1353 Integer.toHexString(mColorPrimary));
[all...]

Completed in 20 milliseconds