Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingFullscreenAppPairBackground.kt27 private val iconToLaunch: Drawable, constant
32 iconToLaunch,
82 val changingIconScaleX = changingIconSizeX / iconToLaunch.bounds.width() in draw()
83 val changingIconScaleY = changingIconSizeY / iconToLaunch.bounds.height() in draw()
91 iconToLaunch.alpha = changingIconAlpha in draw()
92 iconToLaunch.draw(canvas) in draw()