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

/frameworks/base/core/java/android/app/
H A DActivityManager.java1216 private int mColorPrimary; field in class:ActivityManager.TaskDescription
1268 mColorPrimary = colorPrimary;
1289 mColorPrimary = other.mColorPrimary;
1304 mColorPrimary = other.mColorPrimary;
1337 mColorPrimary = primaryColor;
1428 return mColorPrimary;
1458 if (mColorPrimary != 0) {
1460 Integer.toHexString(mColorPrimary));
[all...]

Completed in 757 milliseconds