Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsButton.java40 private int mIconFocusedColor; field in PlayControlsButton
63 mIconFocusedColor = mIconColor; in PlayControlsButton()
73 mIcon.getDrawable().setTint(hasFocus() ? mIconFocusedColor : mIconColor); in setImageResId()
110 mIconFocusedColor = color; in setFocusedIconColor()