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

/frameworks/base/core/java/android/app/
H A DActivityManager.java969 private int mColorBackground; field in class:ActivityManager.TaskDescription
1019 mColorBackground = colorBackground;
1038 mColorBackground = other.mColorBackground;
1074 mColorBackground = backgroundColor;
1147 return mColorBackground;
1159 if (mColorBackground != 0) {
1161 Integer.toHexString(mColorBackground));
1201 dest.writeInt(mColorBackground);
1214 mColorBackground
[all...]

Completed in 56 milliseconds