Searched refs:dividerCenterPos (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingAppPairBackground.kt | 111 val dividerCenterPos = dividerPos + deviceHalfDividerSize constant 113 if (dp.isLeftRightSplit) dividerCenterPos / dp.widthPx 114 else dividerCenterPos / dp.heightPx 150 val dividerCenterPos = width * desiredSplitRatio in drawLeftRightSplit() constant 153 val leftSide = RectF(0f, 0f, dividerCenterPos - changingDividerSize, height) in drawLeftRightSplit() 155 val rightSide = RectF(dividerCenterPos + changingDividerSize, 0f, width, height) in drawLeftRightSplit() 248 val dividerCenterPos = height * desiredSplitRatio in drawTopBottomSplit() constant 251 val topSide = RectF(0f, 0f, width, dividerCenterPos - changingDividerSize) in drawTopBottomSplit() 253 val bottomSide = RectF(0f, dividerCenterPos + changingDividerSize, width, height) in drawTopBottomSplit()
|