Searched refs:FROM_BELOW (Results 1 – 1 of 1) sorted by relevance
119 if (buffer.getSpanStart(FROM_BELOW) >= 0) { in action()234 text.removeSpan(FROM_BELOW); in initialize()242 text.setSpan(FROM_BELOW, 0, 0, Spannable.SPAN_POINT_POINT); in onTakeFocus()244 text.removeSpan(FROM_BELOW); in onTakeFocus()256 private static Object FROM_BELOW = new NoCopySpan.Concrete(); field in LinkMovementMethod