Searched refs:mEditorBounds (Results 1 – 1 of 1) sorted by relevance
35 private final RectF mEditorBounds; field in EditorBoundsInfo47 mEditorBounds = source.readTypedObject(RectF.CREATOR); in EditorBoundsInfo()59 return mEditorBounds; in getEditorBounds()81 return "EditorBoundsInfo{mEditorBounds=" + mEditorBounds in toString()97 return Objects.equals(bounds.mEditorBounds, mEditorBounds) in equals()109 dest.writeTypedObject(mEditorBounds, flags); in writeToParcel()133 private RectF mEditorBounds = null; field in EditorBoundsInfo.Builder143 mEditorBounds = bounds; in setEditorBounds()169 mEditorBounds = builder.mEditorBounds; in EditorBoundsInfo()172 int hash = Objects.hashCode(mEditorBounds); in EditorBoundsInfo()