Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java432 return widget.getLayout().getLineForVertical(widget.getScrollY()); in getTopLine()
436 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget)); in getBottomLine()
540 int topLine = layout.getLineForVertical(top); in scrollUp()
568 int bottomLine = layout.getLineForVertical(bottom); in scrollDown()
597 int topLine = layout.getLineForVertical(top); in scrollPageUp()
618 int bottomLine = layout.getLineForVertical(bottom); in scrollPageDown()
DLinkMovementMethod.java113 int lineTop = layout.getLineForVertical(areaTop); in action()
114 int lineBot = layout.getLineForVertical(areaBot); in action()
228 int line = layout.getLineForVertical(y); in onTouchEvent()
DTouch.java41 final int top = layout.getLineForVertical(y); in scrollTo()
48 final int bottom = layout.getLineForVertical(y + widget.getHeight() - verticalPadding); in scrollTo()
/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java157 ? mLayout.getLineForVertical(nextPageStartY) - 1 : mLayout.getLineCount() - 1; in following()
185 mLayout.getLineForVertical(previousPageEndY) : 0; in preceding()
/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java219 assertEquals(0, layout.getLineForVertical(-1)); in testGetLineForVertical()
220 assertEquals(0, layout.getLineForVertical(0)); in testGetLineForVertical()
221 assertEquals(0, layout.getLineForVertical(LINE_COUNT)); in testGetLineForVertical()
222 assertEquals(LINE_COUNT - 1, layout.getLineForVertical(1000)); in testGetLineForVertical()
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
DLinkAccessibilityHelper.java318 return view.getLayout().getLineForVertical((int) y); in getLineAtCoordinate()
/frameworks/base/core/java/android/text/
DLayout.java1143 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom)); in getLineRangeForDraw()
2150 public int getLineForVertical(int vertical) { in getLineForVertical() method in Layout
2368 int startLine = getLineForVertical((int) area.top); in getRangeForRect()
2378 int endLine = getLineForVertical((int) area.bottom); in getRangeForRect()
DStaticLayout.java1409 public int getLineForVertical(int vertical) {
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3339 return getLayout().getLineForVertical((int) y); in supportGetLineAtCoordinate()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt14674 HSPLandroid/text/Layout;->getLineForVertical(I)I+]Landroid/text/Layout;Landroid/text/BoringLayout;
14918 HSPLandroid/text/StaticLayout;->getLineForVertical(I)I
/frameworks/base/config/
Dboot-image-profile.txt14738 HSPLandroid/text/Layout;->getLineForVertical(I)I+]Landroid/text/Layout;Landroid/text/BoringLayout;
14982 HSPLandroid/text/StaticLayout;->getLineForVertical(I)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29700 method public int getLineForVertical(int);
/frameworks/base/core/api/
Dcurrent.txt47753 method public int getLineForVertical(int);