Searched refs:getLineForVertical (Results 1 - 9 of 9) 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) : 0;
H A DTextView.java7680 line = mLayout.getLineForVertical(vs+vslack+(bottom-top));
7682 line = mLayout.getLineForVertical(vspace+vs-vslack-(bottom-top));
9727 return getLayout().getLineForVertical((int) y);
9733 return getLayout().getLineForVertical((int) y);
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java229 return view.getLayout().getLineForVertical((int) y);
/frameworks/base/core/java/android/text/
H A DLayout.java507 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom));
1100 public int getLineForVertical(int vertical) { method in class:Layout
H A DStaticLayout.java1111 // The logic mirrors that of Layout.getLineForVertical
1114 public int getLineForVertical(int vertical) { method in class:StaticLayout
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3114 return getLayout().getLineForVertical((int) y);

Completed in 1406 milliseconds