Searched defs:newText (Results 1 – 11 of 11) sorted by relevance
34 public boolean onQueryTextChange(String newText); in onQueryTextChange()60 public boolean onQueryTextChange(String newText) { in newOnQueryTextListener()
39 CharSequence newText = tv.getText(); in testArray() local
37 public CorrectionInfo(int offset, CharSequence oldText, CharSequence newText) { in CorrectionInfo()
122 final String newText = text == null ? null : text.toString().trim(); in setText() local
395 CharSequence newText = Html.fromHtml(htmlText); in coerceToStyledText() local501 CharSequence newText = Html.fromHtml(text); in coerceToHtmlOrStyledText() local
156 public boolean onQueryTextChange(String newText) { in newOnQueryTextListener()
206 boolean onQueryTextChange(String newText); in onQueryTextChange()1180 private void onTextChanged(CharSequence newText) { in onTextChanged()
1189 StringBuilder newText = new StringBuilder(); in onInitializeAccessibilityNodeInfo() local
223 boolean onQueryTextChange(String newText); in onQueryTextChange()1114 private void onTextChanged(CharSequence newText) { in onTextChanged()
1048 StringBuilder newText = new StringBuilder(); in onInitializeAccessibilityNodeInfo() local
138 char[] newText = ArrayUtils.newUnpaddedCharArray(GrowingArrayUtils.growSize(size)); in resizeFor() local