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

/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java119 if (buffer.getSpanStart(FROM_BELOW) >= 0) {
236 text.removeSpan(FROM_BELOW);
244 text.setSpan(FROM_BELOW, 0, 0, Spannable.SPAN_POINT_POINT);
246 text.removeSpan(FROM_BELOW);
258 private static Object FROM_BELOW = new NoCopySpan.Concrete(); field in class:LinkMovementMethod

Completed in 68 milliseconds