Home
last modified time | relevance | path

Searched refs:onQueryTextChange (Results 1 – 12 of 12) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DSearchViewFilterMode.java66 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in SearchViewFilterMode
DSearchViewActionBar.java97 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in SearchViewActionBar
DWindowFocusObserver.java83 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in WindowFocusObserver
DVideoPlayerActivity.java260 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in VideoPlayerActivity
DContentBrowserNavActivity.java245 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in ContentBrowserNavActivity
DContentBrowserActivity.java243 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in ContentBrowserActivity
DSystemUIModes.java309 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in SystemUIModes
/development/samples/ApiDemos/src/com/example/android/apis/app/
DActionBarUsage.java83 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in ActionBarUsage
DLoaderCursor.java127 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in LoaderCursor.CursorLoaderListFragment
DLoaderRetained.java132 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in LoaderRetained.CursorLoaderListFragment
DLoaderCustom.java463 @Override public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in LoaderCustom.AppListFragment
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java349 public boolean onQueryTextChange(String newText) { in onCreateOptionsMenu()