Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduLayout.java230 final LayoutParams bottomParams = in handleLetterboxVerticalPosition() local
232 bottomParams.bottomMargin = mLastBottomMargin; in handleLetterboxVerticalPosition()
233 mMoveDownButton.setLayoutParams(bottomParams); in handleLetterboxVerticalPosition()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java642 ViewGroup.LayoutParams bottomParams = bottomRoundedCorner.getLayoutParams(); in testRoundingTopBottomRadius_OnLeftRightOverlay() local
645 assertEquals(5, bottomParams.width); in testRoundingTopBottomRadius_OnLeftRightOverlay()
646 assertEquals(5, bottomParams.height); in testRoundingTopBottomRadius_OnLeftRightOverlay()
653 bottomParams = bottomRoundedCorner.getLayoutParams(); in testRoundingTopBottomRadius_OnLeftRightOverlay()
656 assertEquals(5, bottomParams.width); in testRoundingTopBottomRadius_OnLeftRightOverlay()
657 assertEquals(5, bottomParams.height); in testRoundingTopBottomRadius_OnLeftRightOverlay()