Home
last modified time | relevance | path

Searched refs:getLineForVertical (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java403 return widget.getLayout().getLineForVertical(widget.getScrollY()); in getTopLine()
407 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget)); in getBottomLine()
511 int topLine = layout.getLineForVertical(top); in scrollUp()
539 int bottomLine = layout.getLineForVertical(bottom); in scrollDown()
568 int topLine = layout.getLineForVertical(top); in scrollPageUp()
589 int bottomLine = layout.getLineForVertical(bottom); in scrollPageDown()
H A DLinkMovementMethod.java109 int lineTop = layout.getLineForVertical(areaTop); in action()
110 int lineBot = layout.getLineForVertical(areaBot); in action()
220 int line = layout.getLineForVertical(y); in onTouchEvent()
H A DTouch.java41 final int top = layout.getLineForVertical(y); in scrollTo()
48 final int bottom = layout.getLineForVertical(y + widget.getHeight() - verticalPadding); in scrollTo()
/aosp12/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java157 ? mLayout.getLineForVertical(nextPageStartY) - 1 : mLayout.getLineCount() - 1; in following()
185 mLayout.getLineForVertical(previousPageEndY) : 0; in preceding()
H A DTextView.java10147 line = mLayout.getLineForVertical(vs + vslack + (bottom - top)); in moveCursorToVisibleOffset()
10149 line = mLayout.getLineForVertical(vspace + vs - vslack - (bottom - top)); in moveCursorToVisibleOffset()
13103 return getLayout().getLineForVertical((int) y); in getLineAtCoordinate()
13109 return getLayout().getLineForVertical((int) y); in getLineAtCoordinateUnclamped()
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/
H A DLicenseActivity.java57 int firstVisibleLine = textView.getLayout().getLineForVertical(scrollView.getScrollY()); in onSaveInstanceState()
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutTest.java199 assertEquals(0, layout.getLineForVertical(-1)); in testGetLineForVertical()
200 assertEquals(0, layout.getLineForVertical(0)); in testGetLineForVertical()
201 assertEquals(0, layout.getLineForVertical(LINE_COUNT)); in testGetLineForVertical()
202 assertEquals(LINE_COUNT - 1, layout.getLineForVertical(1000)); in testGetLineForVertical()
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java318 return view.getLayout().getLineForVertical((int) y); in getLineAtCoordinate()
/aosp12/frameworks/base/core/java/android/text/
H A DLayout.java686 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom)); in getLineRangeForDraw()
1483 public int getLineForVertical(int vertical) { in getLineForVertical() method in Layout
H A DStaticLayout.java1189 public int getLineForVertical(int vertical) {
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3339 return getLayout().getLineForVertical((int) y); in supportGetLineAtCoordinate()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt15237 HSPLandroid/text/Layout;->getLineForVertical(I)I+]Landroid/text/Layout;Landroid/text/BoringLayout;,…
15494 HSPLandroid/text/StaticLayout;->getLineForVertical(I)I
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt15286 HSPLandroid/text/Layout;->getLineForVertical(I)I+]Landroid/text/Layout;Landroid/text/BoringLayout;,…
15543 HSPLandroid/text/StaticLayout;->getLineForVertical(I)I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44199 method public int getLineForVertical(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29700 method public int getLineForVertical(int);