Searched refs:getLineForOffset (Results 1 – 15 of 15) sorted by relevance
61 nextLine = mLayout.getLineForOffset(0); in following()63 final int currentLine = mLayout.getLineForOffset(offset); in following()89 previousLine = mLayout.getLineForOffset(mText.length()); in preceding()91 final int currentLine = mLayout.getLineForOffset(offset); in preceding()150 final int currentLine = mLayout.getLineForOffset(start); in following()179 final int currentLine = mLayout.getLineForOffset(end); in preceding()
836 final int line = layout.getLineForOffset(offset); in isOffsetVisible()1452 final int firstLine = layout.getLineForOffset(start); in invalidateTextDisplayList()1453 final int lastLine = layout.getLineForOffset(end); in invalidateTextDisplayList()1496 final int line = layout.getLineForOffset(offset); in updateCursorsPositions()2271 final int line = mTextView.getLayout().getLineForOffset(offset); in computeLocalPosition()2981 final int line = layout.getLineForOffset(offset);3062 final int minLine = layout.getLineForOffset(composingTextStart);3063 final int maxLine = layout.getLineForOffset(composingTextEnd - 1);3130 final int line = layout.getLineForOffset(offset);3363 final int line = layout.getLineForOffset(offset);
4849 int lineStart = mLayout.getLineForOffset(start); in invalidateRegion()4867 lineEnd = mLayout.getLineForOffset(end); in invalidateRegion()5465 int line = mLayout.getLineForOffset(selEnd); in getFocusedRect()5471 int lineStart = mLayout.getLineForOffset(selStart); in getFocusedRect()5472 int lineEnd = mLayout.getLineForOffset(selEnd); in getFocusedRect()6975 int line = layout.getLineForOffset(offset); in bringPointIntoView()7172 int line = mLayout.getLineForOffset(start); in moveCursorToVisibleOffset()
138 int line = layout.getLineForOffset(end); in moveUp()184 int line = layout.getLineForOffset(end); in moveDown()263 int line = layout.getLineForOffset(end); in extendUp()292 int line = layout.getLineForOffset(end); in extendDown()409 int line = layout.getLineForOffset(pt); in findEdge()426 int line1 = layout.getLineForOffset(off1); in chooseHorizontal()427 int line2 = layout.getLineForOffset(off2); in chooseHorizontal()457 int line = layout.getLineForOffset(off1); in chooseHorizontal()
280 int startLine = getLineForOffset(sp.getSpanStart(spans[n])); in drawText()689 int line = getLineForOffset(offset); in isLevelBoundary()719 int line = getLineForOffset(offset); in isRtlCharAt()742 int line = getLineForOffset(offset); in primaryIsTrailingPrevious()829 int line = getLineForOffset(offset); in getHorizontal()1033 public int getLineForOffset(int offset) { in getLineForOffset() method in Layout1198 int line = getLineForOffset(caret); in getOffsetToLeftRightOf()1308 int line = getLineForOffset(point); in getCursorPath()1430 int startline = getLineForOffset(start); in getSelectionPath()1431 int endline = getLineForOffset(end); in getSelectionPath()[all …]
261 int startline = getLineForOffset(where); in reflow()264 int endline = getLineForOffset(where + before); in reflow()401 final int line = getLineForOffset(offset); in addBlockAtOffset()
207 int lmsFirstLine = getLineForOffset(spanned.getSpanStart(lms2)); in generate()228 chooseHtv[i] = getLineTop(getLineForOffset(o)); in generate()
46 int itop = layout.getLineTop(layout.getLineForOffset(st)); in drawLeadingMargin()
47 int itop = (int)layout.getLineTop(layout.getLineForOffset(st)); in drawLeadingMargin()
119 final int line = layout.getLineForOffset(Selection.getSelectionStart(content)); in deleteLine()
40 return layout.getLineTop(layout.getLineForOffset(Selection.getSelectionEnd(buffer))); in getCurrentLineTop()
1664 int line = getLayout().getLineForOffset(getChipStart(currentChip)); in showAlternates()2193 scrollLineIntoView(getLayout().getLineForOffset(getChipStart(newChip))); in selectChip()2215 int line = getLayout().getLineForOffset(getChipStart(currentChip)); in showAddress()
2385 int line = layout.getLineForOffset(end); in up()2407 int line = layout.getLineForOffset(end); in down()
31934 method public int getLineForOffset(int);
29701 method public int getLineForOffset(int);