Searched refs:getLineForVertical (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java403 return widget.getLayout().getLineForVertical(widget.getScrollY());
407 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget));
511 int topLine = layout.getLineForVertical(top);
539 int bottomLine = layout.getLineForVertical(bottom);
568 int topLine = layout.getLineForVertical(top);
589 int bottomLine = layout.getLineForVertical(bottom);
H A DLinkMovementMethod.java104 int linetop = layout.getLineForVertical(areatop);
105 int linebot = layout.getLineForVertical(areabot);
210 int line = layout.getLineForVertical(y);
H A DTouch.java41 final int top = layout.getLineForVertical(y);
48 final int bottom = layout.getLineForVertical(y + widget.getHeight() - verticalPadding);
/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java157 ? mLayout.getLineForVertical(nextPageStartY) - 1 : mLayout.getLineCount() - 1;
185 mLayout.getLineForVertical(previousPageEndY) + 1 : 0;
H A DTextView.java7484 line = mLayout.getLineForVertical(vs+vslack+(bottom-top));
7486 line = mLayout.getLineForVertical(vspace+vs-vslack-(bottom-top));
9539 return getLayout().getLineForVertical((int) y);
9545 return getLayout().getLineForVertical((int) y);
/frameworks/base/core/java/android/text/
H A DLayout.java521 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom));
1086 public int getLineForVertical(int vertical) { method in class:Layout
H A DStaticLayout.java1101 // The logic mirrors that of Layout.getLineForVertical
1104 public int getLineForVertical(int vertical) { method in class:StaticLayout
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2958 return getLayout().getLineForVertical((int) y);

Completed in 162 milliseconds