Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DRoundedCornersTest.java74 final RoundedCorners mRoundedCorners = new RoundedCorners( field in RoundedCornersTest
/frameworks/base/core/java/android/view/
DWindowInsets.java93 @Nullable private final RoundedCorners mRoundedCorners; field in WindowInsets
1365 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; field in WindowInsets.Builder
DRoundedCorners.java74 public final RoundedCorner[] mRoundedCorners; field in RoundedCorners
DInsetsState.java89 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; field in InsetsState