Searched refs:mRoundedCornerFrame (Results 1 – 1 of 1) sorted by relevance
189 private final Rect mRoundedCornerFrame = new Rect(); field in InsetsState302 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 …]