Home
last modified time | relevance | path

Searched refs:getLineBottom (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/text/
DLayout.java1609 public final int getLineBottom(int line) { in getLineBottom() method in Layout
1875 int bottom = getLineBottom(endline); in getSelectionPath()
1883 top, getLineBottom(startline), dest); in getSelectionPath()
1887 0, getLineBottom(startline), Path.Direction.CW); in getSelectionPath()
1890 width, getLineBottom(startline), Path.Direction.CW); in getSelectionPath()
1894 bottom = getLineBottom(i); in getSelectionPath()
1899 bottom = getLineBottom(endline); in getSelectionPath()
/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java236 assertEquals(LINE_HEIGHT, layout.getLineBottom(0)); in testGetLineBottom()
387 assertTrue(bounds.bottom <= layout.getLineBottom(i) + epsilon); in testGetCursorPath()
DStaticLayoutTest.java376 assertEquals(info, height, l.getLineBottom(line) - top); in assertLineMetrics()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java317 bounds.bottom = layout.getLineBottom(i); in onDraw()
/frameworks/base/core/java/android/widget/
DEditor.java1046 final int lineBottom = layout.getLineBottom(line); in isOffsetVisible()
1791 final int bottom = layout.getLineBottom(blockEndLine); in drawHardwareAcceleratedInner()
2991 return mTextView.getLayout().getLineBottom(line); in getVerticalLocalPosition()
3648 return mTextView.getLayout().getLineBottom(line) - mContainerMarginTop; in getVerticalLocalPosition()
4133 final float insertionMarkerBottom = layout.getLineBottom(line) in updatePosition()
4401 mPositionY = layout.getLineBottom(line); in positionAtCursorOffset()
5135 final float lastLineBottom = layout.getLineBottom(lineCount - 1) + verticalOffset;
5136 final float prevLineBottom = layout.getLineBottom(prevLine) + verticalOffset;
DTextView.java6359 int bottom = mLayout.getLineBottom(lineEnd); in invalidateRegion()
6930 r.bottom = mLayout.getLineBottom(line); in getFocusedRect()
6937 r.bottom = mLayout.getLineBottom(lineEnd); in getFocusedRect()
10537 final float bottom = mLayout.getLineBottom(line); in populateCharacterBounds()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29692 method public final int getLineBottom(int);
/frameworks/base/api/
Dcurrent.txt41391 method public final int getLineBottom(int);
Dtest-current.txt41667 method public final int getLineBottom(int);
Dsystem-current.txt44976 method public final int getLineBottom(int);
/frameworks/base/config/
Dboot-image-profile.txt30887 HSPLandroid/text/Layout;->getLineBottom(I)I