Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditTextCursorAnchorInfoTest.java198 assertThat(lineBounds).isEqualTo(DEFAULT_LINE_BOUNDS); in testVisibleLineBounds_allVisible()
211 assertThat(lineBounds.size()).isEqualTo(3); in testVisibleLineBounds_allVisible_withLineSpacing()
233 assertThat(lineBounds.size()).isEqualTo(3); in testVisibleLineBounds_allVisible_withLineMultiplier()
273 assertThat(lineBounds).isEqualTo(expectedLineBounds); in testVisibleLineBounds_scrolled_cutTopLines()
292 assertThat(lineBounds).isEqualTo(expectedLineBounds); in testVisibleLineBounds_scrolled_cutTopAndBottomLines()
309 assertThat(lineBounds).isEqualTo(expectedLineBounds); in testVisibleLineBounds_scrolled_partiallyVisibleLines()
327 assertThat(lineBounds).isEqualTo(expectedLineBounds); in testVisibleLineBounds_withCompoundDrawable_allVisible()
347 assertThat(lineBounds).isEqualTo(expectedLineBounds); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines()
369 assertThat(lineBounds).isEqualTo(expectedLineBounds); in testVisibleLineBounds_withCompoundDrawable_scrolled()
391 assertThat(lineBounds).isEqualTo(expectedLineBounds); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible()
[all …]
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DTextBoundsInfo.java352 final RectF lineBounds = new RectF(); in getOffsetForPosition() local
353 getLineInfo(y, lineRange, lineBounds); in getOffsetForPosition()
393 lineEnd, lineBounds.left, lineBounds.right); in getOffsetForPosition()