Home
last modified time | relevance | path

Searched defs:mRoundedCorners (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DRoundedCornersTest.java47 final RoundedCorners mRoundedCorners = new RoundedCorners( field in RoundedCornersTest
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java83 @Nullable private final RoundedCorners mRoundedCorners; field in WindowInsets
1130 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; field in WindowInsets.Builder
H A DRoundedCorners.java74 public final RoundedCorner[] mRoundedCorners; field in RoundedCorners
H A DInsetsState.java108 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; field in InsetsState