Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsState.java105 private final Rect mRoundedCornerFrame = new Rect(); field in InsetsState
227 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 …]