Searched refs:bottomParams (Results 1 – 2 of 2) sorted by relevance
230 final LayoutParams bottomParams = in handleLetterboxVerticalPosition() local232 bottomParams.bottomMargin = mLastBottomMargin; in handleLetterboxVerticalPosition()233 mMoveDownButton.setLayoutParams(bottomParams); in handleLetterboxVerticalPosition()
642 ViewGroup.LayoutParams bottomParams = bottomRoundedCorner.getLayoutParams(); in testRoundingTopBottomRadius_OnLeftRightOverlay() local645 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()