Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DRoundedCornersTest.java58 assertThat(roundedCorners.getRoundedCorner(POSITION_TOP_LEFT), in testGetRoundedCorner()
60 assertThat(roundedCorners.getRoundedCorner(POSITION_TOP_RIGHT), in testGetRoundedCorner()
62 assertThat(roundedCorners.getRoundedCorner(POSITION_BOTTOM_RIGHT), in testGetRoundedCorner()
64 assertThat(roundedCorners.getRoundedCorner(POSITION_BOTTOM_LEFT), in testGetRoundedCorner()
142 assertThat(roundedCorners.getRoundedCorner(POSITION_TOP_LEFT), in testRotateRoundedCorners_90()
144 assertThat(roundedCorners.getRoundedCorner(POSITION_TOP_RIGHT), in testRotateRoundedCorners_90()
146 assertThat(roundedCorners.getRoundedCorner(POSITION_BOTTOM_RIGHT), in testRotateRoundedCorners_90()
148 assertThat(roundedCorners.getRoundedCorner(POSITION_BOTTOM_LEFT), in testRotateRoundedCorners_90()
158 assertThat(roundedCorners.getRoundedCorner(POSITION_TOP_LEFT), in testRotateRoundedCorners_270()
160 assertThat(roundedCorners.getRoundedCorner(POSITION_TOP_RIGHT), in testRotateRoundedCorners_270()
[all …]
H A DInsetsStateTest.java491 windowInsets.getRoundedCorner(POSITION_TOP_LEFT)); in testCalculateRelativeRoundedCorners()
493 windowInsets.getRoundedCorner(POSITION_TOP_RIGHT)); in testCalculateRelativeRoundedCorners()
495 windowInsets.getRoundedCorner(POSITION_BOTTOM_RIGHT)); in testCalculateRelativeRoundedCorners()
497 windowInsets.getRoundedCorner(POSITION_BOTTOM_LEFT)); in testCalculateRelativeRoundedCorners()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DOutlineView.java61 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(position); in getCornerRadius()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java135 RoundedCorner corner = display.getRoundedCorner(RoundedCorner.POSITION_TOP_LEFT); in getDividerInsets()
137 corner = display.getRoundedCorner(RoundedCorner.POSITION_TOP_RIGHT); in getDividerInsets()
139 corner = display.getRoundedCorner(RoundedCorner.POSITION_BOTTOM_RIGHT); in getDividerInsets()
141 corner = display.getRoundedCorner(RoundedCorner.POSITION_BOTTOM_LEFT); in getDividerInsets()
H A DDividerRoundedCorner.java121 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(cornerPosition); in InvertedRoundedCornerDrawInfo()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarActivityContext.java150 mLeftCorner = display.getRoundedCorner(RoundedCorner.POSITION_BOTTOM_LEFT); in TaskbarActivityContext()
151 mRightCorner = display.getRoundedCorner(RoundedCorner.POSITION_BOTTOM_RIGHT); in TaskbarActivityContext()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java513 public RoundedCorner getRoundedCorner(@RoundedCorner.Position int position) { in getRoundedCorner() method in WindowInsets
514 return mRoundedCorners == null ? null : mRoundedCorners.getRoundedCorner(position); in getRoundedCorner()
H A DDisplay.java937 public RoundedCorner getRoundedCorner(@RoundedCorner.Position int position) { in getRoundedCorner() method in Display
950 return roundedCorners == null ? null : roundedCorners.getRoundedCorner(position); in getRoundedCorner()
H A DRoundedCorners.java375 public RoundedCorner getRoundedCorner(@Position int position) { in getRoundedCorner() method in RoundedCorners
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java382 RoundedCorner corner = insetsState.getRoundedCorners().getRoundedCorner(position); in getInsetsStateCornerRadius()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt47016 method @Nullable public android.view.RoundedCorner getRoundedCorner(int);
50361 method @Nullable public android.view.RoundedCorner getRoundedCorner(int);