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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifLayout.java70 private ColorStateList mPrimaryColor; field in class:GlifLayout
75 * The color of the background. If null, the color will inherit from mPrimaryColor.
245 mPrimaryColor = color;
251 return mPrimaryColor;
298 } else if (mPrimaryColor != null) {
299 backgroundColor = mPrimaryColor.getDefaultColor();

Completed in 296 milliseconds