Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingAppPairBackground.kt132 val scaleFactorY = floatingView.scaleY in drawLeftRightSplit() constant
140 val cornerRadiusY = deviceCornerRadius / scaleFactorY in drawLeftRightSplit()
195 expandYInterpolator.getInterpolation(progress))) / scaleFactorY in drawLeftRightSplit()
230 val scaleFactorY = floatingView.scaleY in drawTopBottomSplit() constant
238 val cornerRadiusY = deviceCornerRadius / scaleFactorY in drawTopBottomSplit()
239 val halfDividerSize = deviceHalfDividerSize / scaleFactorY in drawTopBottomSplit()
243 val onePixel = 1f / scaleFactorY in drawTopBottomSplit()
293 expandYInterpolator.getInterpolation(progress))) / scaleFactorY in drawTopBottomSplit()
336 val scaleFactorY = floatingView.scaleY in drawCustomRoundedRect() constant
340 QuickStepContract.getWindowCornerRadius(container.asContext()) / scaleFactorY in drawCustomRoundedRect()
DFloatingFullscreenAppPairBackground.kt44 val scaleFactorY = floatingView.scaleY in draw() constant
52 val cornerRadiusY = deviceCornerRadius / scaleFactorY in draw()
78 expandYInterpolator.getInterpolation(progress))) / scaleFactorY in draw()