Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java631 View topRoundedCorner = mScreenDecorations.mOverlays[BOUNDS_POSITION_LEFT].getRootView() in testRoundingTopBottomRadius_OnLeftRightOverlay() local
635 ViewGroup.LayoutParams topParams = topRoundedCorner.getLayoutParams(); in testRoundingTopBottomRadius_OnLeftRightOverlay()
642 topRoundedCorner = mScreenDecorations.mOverlays[BOUNDS_POSITION_RIGHT].getRootView() in testRoundingTopBottomRadius_OnLeftRightOverlay()
646 topParams = topRoundedCorner.getLayoutParams(); in testRoundingTopBottomRadius_OnLeftRightOverlay()