Searched refs:mRoundedCornerFrame (Results 1 – 1 of 1) sorted by relevance
105 private final Rect mRoundedCornerFrame = new Rect(); field in InsetsState227 final Rect roundedCornerFrame = new Rect(mRoundedCornerFrame); in calculateRelativeRoundedCorners()538 mRoundedCornerFrame.set(frame); in setRoundedCornerFrame()597 mRoundedCornerFrame.scale(scale); in scale()618 mRoundedCornerFrame.set(other.mRoundedCornerFrame); in set()641 mRoundedCornerFrame.set(other.mRoundedCornerFrame); in set()682 pw.println(newPrefix + "mRoundedCornerFrame=" + mRoundedCornerFrame); in dump()726 || !mRoundedCornerFrame.equals(state.mRoundedCornerFrame) in equals()799 mRoundedCornerFrame.writeToParcel(dest, flags);824 mRoundedCornerFrame.readFromParcel(in);[all …]