Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconGraphic.kt65 val fullIconDrawable = AppPairIconDrawable(p, appIcon1, appIcon2) in composeDrawable() constant
66 fullIconDrawable.setBounds(0, 0, p.iconSize, p.iconSize) in composeDrawable()
68 return fullIconDrawable in composeDrawable()