Searched defs:mRoundedCorners (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ | ||
H A D | RoundedCornersTest.java | 47 final RoundedCorners mRoundedCorners = new RoundedCorners( field in RoundedCornersTest |
/aosp14/frameworks/base/core/java/android/view/ | ||
H A D | WindowInsets.java | 83 @Nullable private final RoundedCorners mRoundedCorners; field in WindowInsets |
H A D | RoundedCorners.java | 74 public final RoundedCorner[] mRoundedCorners; field in RoundedCorners |
H A D | InsetsState.java | 108 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; field in InsetsState |