Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DEditTextCursorAnchorInfoTest.java270 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 2, 5); in testVisibleLineBounds_scrolled_cutTopLines() local
289 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 2, 4); in testVisibleLineBounds_scrolled_cutTopAndBottomLines() local
306 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 2, 4); in testVisibleLineBounds_scrolled_partiallyVisibleLines() local
324 List<RectF> expectedLineBounds = copy(DEFAULT_LINE_BOUNDS); in testVisibleLineBounds_withCompoundDrawable_allVisible() local
344 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 0, 2); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines() local
366 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 1, 3); in testVisibleLineBounds_withCompoundDrawable_scrolled() local
388 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 0, 3); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible() local
404 List<RectF> expectedLineBounds = copy(DEFAULT_LINE_BOUNDS); in testVisibleLineBounds_withPaddings_allVisible() local
422 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 0, 2); in testVisibleLineBounds_withPaddings_cutBottomLines() local
443 List<RectF> expectedLineBounds = subList(DEFAULT_LINE_BOUNDS, 1, 3); in testVisibleLineBounds_withPaddings_scrolled() local
[all …]