Searched refs:lineBounds (Results 1 – 2 of 2) sorted by relevance
198 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 …]
352 final RectF lineBounds = new RectF(); in getOffsetForPosition() local353 getLineInfo(y, lineRange, lineBounds); in getOffsetForPosition()393 lineEnd, lineBounds.left, lineBounds.right); in getOffsetForPosition()