Searched refs:getLineForOffset (Results 1 – 22 of 22) 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()
592 final int line = layout.getLineForOffset(mTextView.getSelectionStartTransformed()); in createBuilderWithInlineMagnifierDefaults()1314 int minLine = layout.getLineForOffset(startOffsetTransformed); in getParagraphsRange()1323 int maxLine = layout.getLineForOffset(endOffsetTransformed); in getParagraphsRange()1440 final int line = layout.getLineForOffset(offsetTransformed); in isOffsetVisible()2392 final int firstLine = layout.getLineForOffset(startTransformed); in invalidateTextDisplayList()2393 final int lastLine = layout.getLineForOffset(endTransformed); in invalidateTextDisplayList()2438 final int line = layout.getLineForOffset(transformedOffset); in updateCursorPosition()3849 final int line = layout.getLineForOffset(transformedOffset); in computeLocalPosition()4832 int line = layout.getLineForOffset(selectionStart); in onGetContentRect()5244 public int getLineForOffset(@NonNull Layout layout, int offset) { in getLineForOffset() method in Editor.HandleView[all …]
215 int line = layout.getLineForOffset(end); in moveUp()286 int line = layout.getLineForOffset(end); in moveDown()450 int line = layout.getLineForOffset(end); in extendUp()469 int line = layout.getLineForOffset(end); in extendDown()578 int line = layout.getLineForOffset(pt); in findEdge()595 int line1 = layout.getLineForOffset(off1); in chooseHorizontal()596 int line2 = layout.getLineForOffset(off2); in chooseHorizontal()626 int line = layout.getLineForOffset(off1); in chooseHorizontal()
720 int startLine = getLineForOffset(sp.getSpanStart(spans[n])); in getJustifyWidth()845 int startLine = getLineForOffset(sp.getSpanStart(spans[n])); in drawText()1425 int line = getLineForOffset(offset); in isLevelBoundary()1455 int line = getLineForOffset(offset); in isRtlCharAt()1484 int line = getLineForOffset(offset); in getRunRange()1531 int line = getLineForOffset(offset); in primaryIsTrailingPrevious()1664 int line = getLineForOffset(offset); in getHorizontal()1829 final int startLine = getLineForOffset(start); in fillCharacterBounds()1830 final int endLine = getLineForOffset(end - 1); in fillCharacterBounds()2173 public int getLineForOffset(int offset) { in getLineForOffset() method in Layout[all …]
711 int startline = getLineForOffset(where); in reflow()714 int endline = getLineForOffset(where + before); in reflow()921 final int line = getLineForOffset(offset); in addBlockAtOffset()
913 chooseHtv[i] = getLineTop(getLineForOffset(o)); in generate()
561 final int currentLine = layout.getLineForOffset(currentOffset); in locateHandlePointsTextIndex()562 final int targetLine = layout.getLineForOffset(mIndex); in locateHandlePointsTextIndex()646 final int line = layout.getLineForOffset(index); in locateTextAtIndex()
85 int itop = layout.getLineTop(layout.getLineForOffset(st)); in drawLeadingMargin()
87 int itop = (int) layout.getLineTop(layout.getLineForOffset(st)); in drawLeadingMargin()
222 final int line = layout.getLineForOffset(start); in drawLeadingMargin()
266 final int lineStart = layout.getLineForOffset(spanStart); in getBoundsForSpan()267 final int lineEnd = layout.getLineForOffset(spanEnd); in getBoundsForSpan()
229 assertEquals(0, layout.getLineForOffset(-1)); in testGetLineForOffset()230 assertEquals(1, layout.getLineForOffset(1)); in testGetLineForOffset()231 assertEquals(LINE_COUNT - 1, layout.getLineForOffset(LINE_COUNT - 1)); in testGetLineForOffset()232 assertEquals(LINE_COUNT - 1, layout.getLineForOffset(1000)); in testGetLineForOffset()
662 final int startLine = tv.getLayout().getLineForOffset(startOffset); in dragDownUntilLineChange()676 if (tv.getLayout().getLineForOffset(tv.getSelectionStart()) > startLine) { in dragDownUntilLineChange()682 tv.getLayout().getLineForOffset(tv.getSelectionStart())).isGreaterThan(startLine); in dragDownUntilLineChange()774 int line = layout.getLineForOffset(index); in getCoordinates()
40 return layout.getLineTop(layout.getLineForOffset(Selection.getSelectionEnd(buffer))); in getCurrentLineTop()
458 final int line = layout.getLineForOffset(Selection.getSelectionStart(content)); in deleteLineFromCursor()
2000 this.getLayout().getLineForOffset(chipLeftOffset)) + getTotalPaddingTop(); in touchedWarningIcon()2039 int line = getLayout().getLineForOffset(getChipStart(currentChip)); in showAlternates()2610 int line = getLayout().getLineForOffset(getChipStart(currentChip)); in showAddress()
2385 int line = layout.getLineForOffset(end); in up()2407 int line = layout.getLineForOffset(end); in down()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14673 HSPLandroid/text/Layout;->getLineForOffset(I)I+]Landroid/text/Layout;Landroid/text/StaticLayout;
29699 method public int getLineForOffset(int);
14737 HSPLandroid/text/Layout;->getLineForOffset(I)I+]Landroid/text/Layout;Landroid/text/StaticLayout;
47752 method public int getLineForOffset(int);