Searched refs:mNormalColor (Results 1 – 2 of 2) sorted by relevance
60 private final int mNormalColor; field in KeyguardAffordanceView137 mNormalColor = a.getColor(android.R.styleable.ImageView_tint, 0xffffffff); in KeyguardAffordanceView()185 int color = (int) mColorInterpolator.evaluate(alpha, mNormalColor, mDarkIconColor); in updateIconColor()
135 private final int mNormalColor; field in ActivatableNotificationView191 mNormalColor = context.getColor(R.color.notification_material_background_color); in ActivatableNotificationView()594 if (color == mNormalColor) { in setBackgroundTintColor()1002 return mNormalColor; in calculateBgColor()