Searched refs:getLineLeft (Results 1 – 6 of 6) sorted by relevance
48 left = (int) Math.min(left, layout.getLineLeft(i)); in scrollTo()
431 final int lineLeft = (int) Math.floor(layout.getLineLeft(line)); in getScrollBoundsLeft()
812 public float getLineLeft(int line) { in getLineLeft() method1370 dest.addRect(getLineLeft(startline), top, in getSelectionPath()1391 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW); in getSelectionPath()
6753 int left = (int) FloatMath.floor(mLayout.getLineLeft(line)); in bringTextIntoView()6769 scrollx = (int) FloatMath.floor(mLayout.getLineLeft(line)); in bringTextIntoView()6806 int left = (int) FloatMath.floor(mLayout.getLineLeft(line)); in bringPointIntoView()8568 mLayout.getLineLeft(0)) / getHorizontalFadingEdgeLength(); in getLeftFadingEdgeStrength()11176 if (x < getLayout().getLineLeft(line)) return false; in isPositionOnText()
20046 method public float getLineLeft(int);