Searched defs:newText (Results 1 – 7 of 7) sorted by relevance
519 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_discardsParagraphSpanInSourceIfThereIsNoNewLineBefore() local532 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_retainsParagraphSpanInSourceIfThereIsNewLineBefore() local547 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_retainsParagraphSpanInSourceIfStartIsZero() local565 Spannable newText = new SpannableString("a"); in testReplace_retainsParagraphSpanInSourceIfEndIsEqualToLengthOfString() local569 spannable.replace(spannable.length(), spannable.length(), newText); in testReplace_retainsParagraphSpanInSourceIfEndIsEqualToLengthOfString() local581 Spannable newText = new SpannableString("a"); in testReplace_discardsParagraphSpanInSourceIfThereIsNoNewLineAfter() local
746 String newText = "Replacement text"; in testProcessText_noCustomReceiver() local762 String newText = "Replacement text"; in testProcessText_customReceiver() local
1152 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateUnstableIds() local1181 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateStableIds() local
217 final String newText = "Hornbill"; in testChangeTextAfterSetting_shouldNotAffectInfo() local
632 final String newText = "Hornbill"; in testChangeTextAfterSetting_shouldNotAffectEvent() local
624 public void setTextByRelativeId(String id, String newText) throws Exception { in setTextByRelativeId()
387 final String newText = mActivity.getString(R.string.text_input_blah_blah); in testTypeViewTextChangedAccessibilityEvent() local