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

1 2

  /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);
  /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/ApiDemos/src/com/example/android/apis/view/
SearchViewActionBar.java 97 public boolean onQueryTextChange(String newText) {
SearchViewFilterMode.java 66 public boolean onQueryTextChange(String newText) {
WindowFocusObserver.java 83 public boolean onQueryTextChange(String newText) {
ContentBrowserActivity.java 243 public boolean onQueryTextChange(String newText) {
SystemUIModes.java 266 public boolean onQueryTextChange(String newText) {
VideoPlayerActivity.java 260 public boolean onQueryTextChange(String newText) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 84 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) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
JoinContactActivity.java 174 public boolean onQueryTextChange(String newText) {
ContactSelectionActivity.java 541 public boolean onQueryTextChange(String newText) {
ActionBarAdapter.java 470 public boolean onQueryTextChange(String queryString) {
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 366 public boolean onQueryTextChange(String newText) {
AllInOneActivity.java     [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java 200 boolean onQueryTextChange(String newText);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 206 boolean onQueryTextChange(String newText);
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 

Completed in 601 milliseconds

1 2