Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileIcon.kt35 QSTileImpl.DrawableIconWithRes(drawable, res) in Icon()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/
DDataSaverTileTest.kt37 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
130 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DFlashlightTileTest.kt20 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
125 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DNightDisplayTileTest.kt39 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
142 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DUiModeNightTileTest.kt38 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
149 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DAirplaneModeTileTest.kt38 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
144 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DLocationTileTest.kt37 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
143 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DCameraToggleTileTest.kt38 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
181 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DMicrophoneToggleTileTest.kt38 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
181 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DBatterySaverTileTest.kt39 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
184 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DQRCodeScannerTileTest.java140 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
DColorInversionTileTest.java179 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
DInternetTileTest.java221 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
DRotationLockTileTest.java307 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
DReduceBrightColorsTileTest.java274 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
DScreenRecordTileTest.java379 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
DDeviceControlsTileTest.kt407 QSTileImpl.DrawableIconWithRes( in tileIconEqualsResourceFromComponent_composeFlagEnable()
DQuickAccessWalletTileTest.java580 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java571 return new DrawableIconWithRes(context.getDrawable(id), id); in maybeLoadResourceIcon()
725 public static class DrawableIconWithRes extends DrawableIcon { class in QSTileImpl
728 public DrawableIconWithRes(Drawable drawable, int id) { in DrawableIconWithRes() method in QSTileImpl.DrawableIconWithRes
739 return o instanceof DrawableIconWithRes && ((DrawableIconWithRes) o).mId == mId; in equals()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DDndTileTest.kt46 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes
245 DrawableIconWithRes(mContext.getDrawable(resId), resId) in createExpectedIcon()
DBluetoothTileTest.kt35 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes in <lambda>()
383 DrawableIconWithRes(mContext.getDrawable(resId), resId) in <lambda>()
DHotspotTileTest.java196 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
DDreamTileTest.java312 return new QSTileImpl.DrawableIconWithRes(mContext.getDrawable(resId), resId); in createExpectedIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/ui/viewmodel/
DQSTileViewModelAdapter.kt32 import com.android.systemui.qs.tileimpl.QSTileImpl.DrawableIconWithRes in <lambda>()
276 else DrawableIconWithRes(stateIcon.drawable, stateIcon.res) in <lambda>()