Searched refs:bottomRightY (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/orientation/ |
D | LandscapePagedViewHandlerTest.kt | 72 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = false) in testIcon_getSplitIconsPositions() constant 77 assertThat(bottomRightY).isEqualTo(374) in testIcon_getSplitIconsPositions() 84 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = true) in testIcon_getSplitIconsPositions_isRTL() constant 89 assertThat(bottomRightY).isEqualTo(374) in testIcon_getSplitIconsPositions_isRTL() 96 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = false) in testChip_getSplitIconsPositions() constant 101 assertThat(bottomRightY).isEqualTo(266) in testChip_getSplitIconsPositions() 108 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = true) in testChip_getSplitIconsPositions_isRTL() constant 117 assertThat(bottomRightY).isEqualTo(-316) in testChip_getSplitIconsPositions_isRTL()
|
D | SeascapePagedViewHandlerTest.kt | 72 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = false) in testIcon_getSplitIconsPositions() constant 78 assertThat(bottomRightY).isEqualTo(266) in testIcon_getSplitIconsPositions() 85 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = true) in testIcon_getSplitIconsPositions_isRTL() constant 91 assertThat(bottomRightY).isEqualTo(266) in testIcon_getSplitIconsPositions_isRTL() 98 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = false) in testChip_getSplitIconsPositions() constant 103 assertThat(bottomRightY).isEqualTo(-266) in testChip_getSplitIconsPositions() 110 val (topLeftY, bottomRightY) = getSplitIconsPosition(isRTL = true) in testChip_getSplitIconsPositions_isRTL() constant 119 assertThat(bottomRightY).isEqualTo(0) in testChip_getSplitIconsPositions_isRTL()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ |
D | SeascapePagedViewHandler.kt | 356 bottomRightY = 0 in getUpDirection() 361 bottomRightY = -(primarySnapshotHeight + dividerSize) in getUpDirection() 372 bottomRightY = primarySnapshotHeight + dividerSize in getUpDirection()
|
D | LandscapePagedViewHandler.kt | 577 val (topLeftY, bottomRightY) = in setSplitIconParams() constant 588 updateSplitIconsPosition(secondaryIconView, bottomRightY, isRtl) in setSplitIconParams() 652 bottomRightY = topLeftY + dividerSize + taskIconHeight in getFloatingTaskPrimaryTranslation() 707 data class SplitIconPositions(val topLeftY: Int, val bottomRightY: Int) constant in com.android.quickstep.orientation.LandscapePagedViewHandler.SplitIconPositions
|