Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingAppPairBackground.kt141 val halfDividerSize = deviceHalfDividerSize / scaleFactorX in drawLeftRightSplit() constant
147 (cellSplitInterpolator.getInterpolation(progress) * halfDividerSize) - onePixel in drawLeftRightSplit()
197 val changingIcon1Left = ((width / 2f - halfDividerSize) / 2f) - (changingIconSizeX / 2f) in drawLeftRightSplit()
199 (width - ((width / 2f - halfDividerSize) / 2f)) - (changingIconSizeX / 2f) in drawLeftRightSplit()
239 val halfDividerSize = deviceHalfDividerSize / scaleFactorY in drawTopBottomSplit() constant
245 (cellSplitInterpolator.getInterpolation(progress) * halfDividerSize) - onePixel in drawTopBottomSplit()
296 val changingIcon1Top = (((height / 2f) - halfDividerSize) / 2f) - (changingIconSizeY / 2f) in drawTopBottomSplit()
298 (height - (((height / 2f) - halfDividerSize) / 2f)) - (changingIconSizeY / 2f) in drawTopBottomSplit()
DRecentsView.java4936 int halfDividerSize = getResources()
4938 getPagedOrientationHandler().getFinalSplitPlaceholderBounds(halfDividerSize,