Searched defs:newText (Results 1 – 12 of 12) sorted by relevance
66 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
97 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
83 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
245 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
243 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
260 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
309 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
127 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
132 public boolean onQueryTextChange(String newText) { in onQueryTextChange()
463 @Override public boolean onQueryTextChange(String newText) { in onQueryTextChange()
116 String newText = mSampleTexts[mClickCount % mSampleTexts.length]; in changeText() local