Searched refs:getRoundedCorner (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | RoundedCornersTest.java | 58 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 D | InsetsStateTest.java | 491 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 D | OutlineView.java | 61 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(position); in getCornerRadius()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | SplitLayout.java | 135 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 D | DividerRoundedCorner.java | 121 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(cornerPosition); in InvertedRoundedCornerDrawInfo()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarActivityContext.java | 150 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 D | WindowInsets.java | 513 public RoundedCorner getRoundedCorner(@RoundedCorner.Position int position) { in getRoundedCorner() method in WindowInsets 514 return mRoundedCorners == null ? null : mRoundedCorners.getRoundedCorner(position); in getRoundedCorner()
|
H A D | Display.java | 937 public RoundedCorner getRoundedCorner(@RoundedCorner.Position int position) { in getRoundedCorner() method in Display 950 return roundedCorners == null ? null : roundedCorners.getRoundedCorner(position); in getRoundedCorner()
|
H A D | RoundedCorners.java | 375 public RoundedCorner getRoundedCorner(@Position int position) { in getRoundedCorner() method in RoundedCorners
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LetterboxUiController.java | 382 RoundedCorner corner = insetsState.getRoundedCorners().getRoundedCorner(position); in getInsetsStateCornerRadius()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 47016 method @Nullable public android.view.RoundedCorner getRoundedCorner(int); 50361 method @Nullable public android.view.RoundedCorner getRoundedCorner(int);
|