Searched refs:FROM_BELOW (Results 1 – 2 of 2) sorted by relevance
124 if (buffer.getSpanStart(FROM_BELOW) >= 0) { in action()257 text.removeSpan(FROM_BELOW); in initialize()265 text.setSpan(FROM_BELOW, 0, 0, Spannable.SPAN_POINT_POINT); in onTakeFocus()267 text.removeSpan(FROM_BELOW); in onTakeFocus()280 private static Object FROM_BELOW = new NoCopySpan.Concrete(); field in LinkMovementMethod
59692 Landroid/text/method/LinkMovementMethod;->FROM_BELOW:Ljava/lang/Object;