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

1 2 3 4

  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
SearchViewBindingAdapter.java 37 @BindingAdapter("android:onQueryTextChange")
38 public static void setListener(SearchView view, OnQueryTextChange listener) {
47 @BindingAdapter({"android:onQueryTextSubmit", "android:onQueryTextChange"})
49 final OnQueryTextChange change) {
65 public boolean onQueryTextChange(String newText) {
67 return change.onQueryTextChange(newText);
123 public interface OnQueryTextChange {
124 boolean onQueryTextChange(String newText);
  /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) {
  /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 93 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) {
  /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 80 * <p>Method invoked some time prior to the first call to onQueryTextChange to retrieve
102 public boolean onQueryTextChange(String newQuery);
496 * {@link SearchResultProvider#onQueryTextChange onQueryTextChange} or
560 if (mProvider.onQueryTextChange(searchQuery)) {
SearchSupportFragment.java 82 * <p>Method invoked some time prior to the first call to onQueryTextChange to retrieve
104 public boolean onQueryTextChange(String newQuery);
498 * {@link SearchResultProvider#onQueryTextChange onQueryTextChange} or
562 if (mProvider.onQueryTextChange(searchQuery)) {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
SearchFragment.java 74 public boolean onQueryTextChange(String newQuery) {
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ListenerBindingObject.java 125 public boolean onQueryTextChange(String newText) {

Completed in 1381 milliseconds

1 2 3 4