Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/
DTintedIconViewBinder.kt21 import com.android.systemui.common.shared.model.TintedIcon
31 tintedIcon: TintedIcon, in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/common/
DMediaTttUtils.kt27 import com.android.systemui.common.shared.model.TintedIcon
118 fun toTintedIcon(): TintedIcon { in toTintedIcon()
124 return TintedIcon(iconOutput, tint) in toTintedIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
DChipbarInfo.kt24 import com.android.systemui.common.shared.model.TintedIcon
41 val startIcon: TintedIcon,
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/shared/model/
DTintedIcon.kt22 data class TintedIcon( dataClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt45 import com.android.systemui.common.shared.model.TintedIcon in <lambda>()
404 TintedIcon( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
DChipbarCoordinatorTest.kt41 import com.android.systemui.common.shared.model.TintedIcon
711 TintedIcon(startIcon, tint = null), in createChipbarInfo()