Searched refs:getLineForVertical (Results 1 – 12 of 12) sorted by relevance
432 return widget.getLayout().getLineForVertical(widget.getScrollY()); in getTopLine()436 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget)); in getBottomLine()540 int topLine = layout.getLineForVertical(top); in scrollUp()568 int bottomLine = layout.getLineForVertical(bottom); in scrollDown()597 int topLine = layout.getLineForVertical(top); in scrollPageUp()618 int bottomLine = layout.getLineForVertical(bottom); in scrollPageDown()
113 int lineTop = layout.getLineForVertical(areaTop); in action()114 int lineBot = layout.getLineForVertical(areaBot); in action()224 int line = layout.getLineForVertical(y); in onTouchEvent()
41 final int top = layout.getLineForVertical(y); in scrollTo()48 final int bottom = layout.getLineForVertical(y + widget.getHeight() - verticalPadding); in scrollTo()
157 ? mLayout.getLineForVertical(nextPageStartY) - 1 : mLayout.getLineCount() - 1; in following()185 mLayout.getLineForVertical(previousPageEndY) : 0; in preceding()
10379 int line = mLayout.getLineForVertical((int) point.y);11654 line = mLayout.getLineForVertical(vs + vslack + (bottom - top)); in moveCursorToVisibleOffset()11656 line = mLayout.getLineForVertical(vspace + vs - vslack - (bottom - top)); in moveCursorToVisibleOffset()14094 layout.getLineForVertical((int) Math.floor(visibleTop)); in getCursorAnchorInfo()14096 layout.getLineForVertical((int) Math.ceil(visibleBottom)); in getCursorAnchorInfo()14167 final int startLine = layout.getLineForVertical((int) Math.floor(localBounds.top)); in getTextBoundsInfo()14168 final int endLine = layout.getLineForVertical((int) Math.floor(localBounds.bottom)); in getTextBoundsInfo()15144 return getLayout().getLineForVertical((int) y); in getLineAtCoordinate()15150 return getLayout().getLineForVertical((int) y); in getLineAtCoordinateUnclamped()
199 assertEquals(0, layout.getLineForVertical(-1)); in testGetLineForVertical()200 assertEquals(0, layout.getLineForVertical(0)); in testGetLineForVertical()201 assertEquals(0, layout.getLineForVertical(LINE_COUNT)); in testGetLineForVertical()202 assertEquals(LINE_COUNT - 1, layout.getLineForVertical(1000)); in testGetLineForVertical()
853 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom)); in getLineRangeForDraw()1768 public int getLineForVertical(int vertical) { in getLineForVertical() method in Layout1986 int startLine = getLineForVertical((int) area.top); in getRangeForRect()1996 int endLine = getLineForVertical((int) area.bottom); in getRangeForRect()
1249 public int getLineForVertical(int vertical) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14916 HSPLandroid/text/Layout;->getLineForVertical(I)I+]Landroid/text/Layout;Landroid/text/DynamicLayout;…15171 HSPLandroid/text/StaticLayout;->getLineForVertical(I)I
14980 HSPLandroid/text/Layout;->getLineForVertical(I)I+]Landroid/text/Layout;Landroid/text/DynamicLayout;…15235 HSPLandroid/text/StaticLayout;->getLineForVertical(I)I
47339 method public int getLineForVertical(int);