Searched refs:getStyledDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java143 drawables[PLAY] = getStyledDrawable(context,
145 drawables[PAUSE] = getStyledDrawable(context,
166 setIcon(getStyledDrawable(context,
182 setIcon(getStyledDrawable(context,
198 setIcon(getStyledDrawable(context,
214 setIcon(getStyledDrawable(context,
256 drawables[SOLID] = getStyledDrawable(context, solidIconIndex);
257 drawables[OUTLINE] = getStyledDrawable(context, outlineIconIndex);
338 BitmapDrawable repeatDrawable = (BitmapDrawable) getStyledDrawable(context,
340 BitmapDrawable repeatOneDrawable = (BitmapDrawable) getStyledDrawable(contex
487 private static Drawable getStyledDrawable(Context context, int index) { method in class:PlaybackControlsRow
[all...]

Completed in 26 milliseconds