Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/common/
DMediaTttUtilsTest.kt247 val tinted = iconInfo.toTintedIcon() in iconInfo_toTintedIcon_loaded()
267 val tinted = iconInfo.toTintedIcon() in iconInfo_toTintedIcon_resource()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/common/
DMediaTttUtils.kt118 fun toTintedIcon(): TintedIcon { in toTintedIcon() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/sender/
DMediaTttSenderCoordinator.kt185 startIcon = icon.toTintedIcon(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
DMediaTttChipControllerReceiver.kt235 TintedIconViewBinder.bind(iconInfo.toTintedIcon(), iconView) in <lambda>()