Searched refs:mRoundedCornerFrame (Results 1 – 1 of 1) sorted by relevance
86 private final Rect mRoundedCornerFrame = new Rect(); field in InsetsState211 final Rect roundedCornerFrame = new Rect(mRoundedCornerFrame); in calculateRelativeRoundedCorners()517 mRoundedCornerFrame.set(frame); in setRoundedCornerFrame()576 mRoundedCornerFrame.scale(scale); in scale()597 mRoundedCornerFrame.set(other.mRoundedCornerFrame); in set()620 mRoundedCornerFrame.set(other.mRoundedCornerFrame); in set()661 pw.println(newPrefix + "mRoundedCornerFrame=" + mRoundedCornerFrame); in dump()705 || !mRoundedCornerFrame.equals(state.mRoundedCornerFrame) in equals()761 mRoundedCorners, mPrivacyIndicatorBounds, mRoundedCornerFrame, mDisplayShape);778 mRoundedCornerFrame.writeToParcel(dest, flags);[all …]