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