Searched refs:DrawableIcon (Results 1 – 4 of 4) sorted by relevance
40 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIcon;200 state.icon = new DrawableIcon(drawable); in addTile()
490 public static class DrawableIcon extends Icon { class in QSTileImpl494 public DrawableIcon(Drawable drawable) { in DrawableIcon() method in QSTileImpl.DrawableIcon510 public static class DrawableIconWithRes extends DrawableIcon {
105 state.icon = new DrawableIcon(state.value ? mEnable : mDisable); in handleUpdateState()
313 return new DrawableIcon(cs.newDrawable()); in handleUpdateState()