Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java189 private final Rect mRoundedCornerFrame = new Rect(); field in InsetsState
302 final Rect roundedCornerFrame = new Rect(mRoundedCornerFrame); in calculateRelativeRoundedCorners()
582 mRoundedCornerFrame.set(frame); in setRoundedCornerFrame()
630 mRoundedCornerFrame.scale(scale); in scale()
652 mRoundedCornerFrame.set(other.mRoundedCornerFrame); in set()
677 mRoundedCornerFrame.set(other.mRoundedCornerFrame); in set()
809 pw.println(newPrefix + "mRoundedCornerFrame=" + mRoundedCornerFrame); in dump()
914 || !mRoundedCornerFrame.equals(state.mRoundedCornerFrame) in equals()
945 mRoundedCorners, mPrivacyIndicatorBounds, mRoundedCornerFrame); in hashCode()
963 mRoundedCornerFrame.writeToParcel(dest, flags); in writeToParcel()
[all …]