Searched defs:toIcon (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/shared/ |
D | IconData.kt | 32 abstract fun toIcon(): Icon in <lambda>() method 36 override fun toIcon(): Icon = in <lambda>() method in com.android.systemui.statusbar.notification.row.shared.IconData.BitmapIcon 70 override fun toIcon(): Icon = Icon.createWithResource(packageName, resId).withTint(tint) in <lambda>() method in com.android.systemui.statusbar.notification.row.shared.IconData.ResourceIcon 74 override fun toIcon(): Icon = Icon.createWithData(data, 0, data.size).withTint(tint) in <lambda>() method in com.android.systemui.statusbar.notification.row.shared.IconData.DataIcon 96 override fun toIcon(): Icon = in <lambda>() method in com.android.systemui.statusbar.notification.row.shared.IconData.UriIcon
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/panels/ui/compose/ |
D | ResizingTest.kt | 87 EditTileGridUnderTest(listState) { spec, toIcon -> tiles = tiles.resize(spec, toIcon) } in <lambda>() method 106 EditTileGridUnderTest(listState) { spec, toIcon -> tiles = tiles.resize(spec, toIcon) } in <lambda>() method 125 EditTileGridUnderTest(listState) { spec, toIcon -> tiles = tiles.resize(spec, toIcon) } in <lambda>() method 146 EditTileGridUnderTest(listState) { spec, toIcon -> tiles = tiles.resize(spec, toIcon) } in <lambda>() method 167 EditTileGridUnderTest(listState) { spec, toIcon -> tiles = tiles.resize(spec, toIcon) } in <lambda>() method 188 EditTileGridUnderTest(listState) { spec, toIcon -> tiles = tiles.resize(spec, toIcon) } in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/model/ |
D | WifiIcon.kt | 97 private fun WifiNetworkModel.Active.toIcon( in toIcon() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/selection/ |
D | ResizingState.kt | 89 sealed class ResizeOperation private constructor(val spec: TileSpec, val toIcon: Boolean) { in progress() constant in ResizeOperation
|