Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorBoundsInfo.java35 private final RectF mEditorBounds; field in EditorBoundsInfo
47 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.Builder
143 mEditorBounds = bounds; in setEditorBounds()
169 mEditorBounds = builder.mEditorBounds; in EditorBoundsInfo()
172 int hash = Objects.hashCode(mEditorBounds); in EditorBoundsInfo()