Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingAppPairBackground.kt65 protected val iconFadeInterpolator: Interpolator constant
100 iconFadeInterpolator =
102 timings.iconFadeInterpolator,
204 (255 - (255 * iconFadeInterpolator.getInterpolation(progress))).toInt() in drawLeftRightSplit()
302 (255 - 255 * iconFadeInterpolator.getInterpolation(progress)).toInt() in drawTopBottomSplit()
DFloatingFullscreenAppPairBackground.kt85 (255 - (255 * iconFadeInterpolator.getInterpolation(progress))).toInt() in draw()