Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DBorderAnimator.kt281 val tvHeight = targetView.height.toFloat() in <lambda>() constant
285 val newScaleY = if (tvHeight == 0f) 1f else 1f + 2 * borderWidthPx / tvHeight in <lambda>()