Searched defs:getStyledDrawable (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java179 drawables[PLAY] = getStyledDrawable(context,
181 drawables[PAUSE] = getStyledDrawable(context,
219 drawables[0] = getStyledDrawable(context,
266 drawables[0] = getStyledDrawable(context,
299 setIcon(getStyledDrawable(context,
316 setIcon(getStyledDrawable(context,
333 setIcon(getStyledDrawable(context,
376 drawables[SOLID] = getStyledDrawable(context, solidIconIndex);
377 drawables[OUTLINE] = getStyledDrawable(context, outlineIconIndex);
457 BitmapDrawable repeatDrawable = (BitmapDrawable) getStyledDrawable(contex
608 private static Drawable getStyledDrawable(Context context, int index) { method in class:PlaybackControlsRow
[all...]

Completed in 37 milliseconds