HomeSort by relevance Sort by last modified time
    Searched refs:onQueryTextChange (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/support/v4/honeycomb/android/support/v4/widget/
SearchViewCompatHoneycomb.java 34 public boolean onQueryTextChange(String newText);
60 public boolean onQueryTextChange(String newText) {
61 return listener.onQueryTextChange(newText);
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
SearchActivity.java 114 public boolean onQueryTextChange(String s) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewFilterMode.java 66 public boolean onQueryTextChange(String newText) {
SearchViewActionBar.java 97 public boolean onQueryTextChange(String newText) {
WindowFocusObserver.java 83 public boolean onQueryTextChange(String newText) {
ContentBrowserActivity.java 243 public boolean onQueryTextChange(String newText) {
ContentBrowserNavActivity.java 245 public boolean onQueryTextChange(String newText) {
VideoPlayerActivity.java 260 public boolean onQueryTextChange(String newText) {
SystemUIModes.java 309 public boolean onQueryTextChange(String newText) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarUsage.java 83 public boolean onQueryTextChange(String newText) {
LoaderCursor.java 127 public boolean onQueryTextChange(String newText) {
LoaderRetained.java 132 public boolean onQueryTextChange(String newText) {
LoaderCustom.java 463 @Override public boolean onQueryTextChange(String newText) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarUsage.java 88 public boolean onQueryTextChange(String newText) {
  /frameworks/support/v4/java/android/support/v4/widget/
SearchViewCompat.java 156 public boolean onQueryTextChange(String newText) {
157 return listener.onQueryTextChange(newText);
364 public boolean onQueryTextChange(String newText) {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
SearchFragment.java 74 public boolean onQueryTextChange(String newQuery) {
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 134 public boolean onQueryTextChange(String newText) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 84 public boolean onQueryTextChange(String newText) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 110 public boolean onQueryTextChange(String newText) {
LoaderRetainedSupport.java 112 public boolean onQueryTextChange(String newText) {
LoaderCustomSupport.java 449 public boolean onQueryTextChange(String newText) {
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
SearchFragment.java 48 public boolean onQueryTextChange(String newQuery) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java 78 * <p>Method invoked some time prior to the first call to onQueryTextChange to retrieve
100 public boolean onQueryTextChange(String newQuery);
503 * {@link SearchResultProvider#onQueryTextChange onQueryTextChange} or
511 // setSearchQuery will call onQueryTextChange
561 mProvider.onQueryTextChange(searchQuery);
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 366 public boolean onQueryTextChange(String newText) {
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 234 // the action bar search view (see onQueryTextChange() in onCreateOptionsMenu()).
349 public boolean onQueryTextChange(String newText) {
407 // onQueryTextChange() when the menu item is expanded).
    [all...]

Completed in 287 milliseconds

1 2 3 4