Searched refs:topParams (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | MicroAlertController.java | 63 FrameLayout.LayoutParams topParams = in setupContent() local 65 topParams.gravity = Gravity.TOP; in setupContent() 66 topPanel.setLayoutParams(topParams); in setupContent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
D | ReachabilityEduLayout.java | 211 final LayoutParams topParams = ((LayoutParams) mMoveUpButton.getLayoutParams()); in handleLetterboxVerticalPosition() local 212 topParams.topMargin = mLastTopMargin; in handleLetterboxVerticalPosition() 213 mMoveUpButton.setLayoutParams(topParams); in handleLetterboxVerticalPosition()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 157 SurfaceParams topParams = first.surface == mStatusLeash ? first : second; in testChangeInsets() local 159 assertPosition(topParams.matrix, new Rect(0, 0, 500, 100), new Rect(0, -70, 500, 30)); in testChangeInsets()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ScreenDecorationsTest.java | 641 ViewGroup.LayoutParams topParams = topRoundedCorner.getLayoutParams(); in testRoundingTopBottomRadius_OnLeftRightOverlay() local 643 assertEquals(3, topParams.width); in testRoundingTopBottomRadius_OnLeftRightOverlay() 644 assertEquals(3, topParams.height); in testRoundingTopBottomRadius_OnLeftRightOverlay() 652 topParams = topRoundedCorner.getLayoutParams(); in testRoundingTopBottomRadius_OnLeftRightOverlay() 654 assertEquals(3, topParams.width); in testRoundingTopBottomRadius_OnLeftRightOverlay() 655 assertEquals(3, topParams.height); in testRoundingTopBottomRadius_OnLeftRightOverlay()
|