Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingAppPairBackground.kt145 val onePixel = 1f / scaleFactorX in drawLeftRightSplit() constant
147 (cellSplitInterpolator.getInterpolation(progress) * halfDividerSize) - onePixel in drawLeftRightSplit()
243 val onePixel = 1f / scaleFactorY in drawTopBottomSplit() constant
245 (cellSplitInterpolator.getInterpolation(progress) * halfDividerSize) - onePixel in drawTopBottomSplit()