Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DEditTextCursorAnchorInfoTest.java196 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_allVisible() local
209 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_allVisible_withLineSpacing() local
231 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_allVisible_withLineMultiplier() local
254 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_cutBottomLines() local
268 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_scrolled_cutTopLines() local
287 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_scrolled_cutTopAndBottomLines() local
304 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_scrolled_partiallyVisibleLines() local
322 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_withCompoundDrawable_allVisible() local
342 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines() local
364 List<RectF> lineBounds = cursorAnchorInfo.getVisibleLineBounds(); in testVisibleLineBounds_withCompoundDrawable_scrolled() local
[all …]
/frameworks/base/core/java/android/view/inputmethod/
DTextBoundsInfo.java352 final RectF lineBounds = new RectF(); in getOffsetForPosition() local