Home
last modified time | relevance | path

Searched refs:mTintColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationOverflowIconsView.java37 private int mTintColor; field in NotificationOverflowIconsView
49 mTintColor = getResources().getColor(R.color.keyguard_overflow_content_color); in onFinishInflate()
69 view.setColorFilter(mTintColor, PorterDuff.Mode.MULTIPLY); in applyColor()