Searched refs:mSpan (Results 1 – 2 of 2) sorted by relevance
87 final CharacterStyle mSpan; field in InputTestsBase.SpanGetter99 mSpan = null; in SpanGetter()103 mSpan = spans[0]; in SpanGetter()104 mStart = mInputText.getSpanStart(mSpan); in SpanGetter()105 mEnd = mInputText.getSpanEnd(mSpan); in SpanGetter()111 return (SuggestionSpan) mSpan; in getSpan()114 return (mSpan instanceof SuggestionSpan) && in isAutoCorrectionIndicator()
60 assertNull("hide blue underline", spanAfter.mSpan); in testBlueUnderlineDisappears()125 assertNull("should not be composing, so should not have an underline span", span.mSpan); in testComposingStopsOnSpace()