Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/viewmodel/
DQSTileViewModelAdapter.kt31 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes in <lambda>()
247 else DrawableIconWithRes(stateIcon.drawable, viewModelState.iconRes) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java672 public static class DrawableIconWithRes extends DrawableIcon { class in QSTileImpl
675 public DrawableIconWithRes(Drawable drawable, int id) { in DrawableIconWithRes() method in QSTileImpl.DrawableIconWithRes
686 return o instanceof DrawableIconWithRes && ((DrawableIconWithRes) o).mId == mId; in equals()