Searched refs:mArbitraryRectangle (Results 1 – 1 of 1) sorted by relevance
76 private Rect mArbitraryRectangle; field in InsetsFrameProvider188 mArbitraryRectangle = new Rect(rect); in setArbitraryRectangle()193 return mArbitraryRectangle; in getArbitraryRectangle()250 if (mArbitraryRectangle != null) { in toString()251 sb.append(", mArbitraryRectangle=").append(mArbitraryRectangle.toShortString()); in toString()284 mArbitraryRectangle = in.readTypedObject(Rect.CREATOR); in InsetsFrameProvider()296 out.writeTypedObject(mArbitraryRectangle, flags); in writeToParcel()317 && Objects.equals(mArbitraryRectangle, other.mArbitraryRectangle) in equals()326 Arrays.hashCode(mInsetsSizeOverrides), mArbitraryRectangle, in hashCode()