Home
last modified time | relevance | path

Searched refs:getLineForOffset (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java61 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()
DEditor.java836 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);
DTextView.java4849 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()
/frameworks/base/core/java/android/text/
DSelection.java138 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()
DLayout.java280 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 Layout
1198 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 …]
DDynamicLayout.java261 int startline = getLineForOffset(where); in reflow()
264 int endline = getLineForOffset(where + before); in reflow()
401 final int line = getLineForOffset(offset); in addBlockAtOffset()
DStaticLayout.java207 int lmsFirstLine = getLineForOffset(spanned.getSpanStart(lms2)); in generate()
228 chooseHtv[i] = getLineTop(getLineForOffset(o)); in generate()
/frameworks/base/core/java/android/text/style/
DIconMarginSpan.java46 int itop = layout.getLineTop(layout.getLineForOffset(st)); in drawLeadingMargin()
DDrawableMarginSpan.java47 int itop = (int)layout.getLineTop(layout.getLineForOffset(st)); in drawLeadingMargin()
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java119 final int line = layout.getLineForOffset(Selection.getSelectionStart(content)); in deleteLine()
DArrowKeyMovementMethod.java40 return layout.getLineTop(layout.getLineForOffset(Selection.getSelectionEnd(buffer))); in getCurrentLineTop()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1664 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()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2385 int line = layout.getLineForOffset(end); in up()
2407 int line = layout.getLineForOffset(end); in down()
/frameworks/base/api/
Dsystem-current.txt31934 method public int getLineForOffset(int);
Dcurrent.txt29701 method public int getLineForOffset(int);