Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java531 public static class DrawableIconWithRes extends DrawableIcon { class in QSTileImpl
534 public DrawableIconWithRes(Drawable drawable, int id) { in DrawableIconWithRes() method in QSTileImpl.DrawableIconWithRes
541 return o instanceof DrawableIconWithRes && ((DrawableIconWithRes) o).mId == mId; in equals()