Searched refs:mNormalColor (Results 1 – 2 of 2) sorted by relevance
125 private int mNormalColor; field in ActivatableNotificationView170 mNormalColor = mContext.getColor(R.color.notification_material_background_color); in updateColors()513 if (color == mNormalColor) { in setBackgroundTintColor()883 return mNormalColor; in calculateBgColor()
57 protected final int mNormalColor; field in KeyguardAffordanceView136 mNormalColor = a.getColor(android.R.styleable.ImageView_tint, 0xffffffff); in KeyguardAffordanceView()195 int color = (int) mColorInterpolator.evaluate(alpha, mNormalColor, mDarkIconColor); in updateIconColor()