OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onQueryTextChange
(Results
1 - 25
of
64
) sorted by null
1
2
3
/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/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) {
/packages/apps/Contacts/src/com/android/contacts/activities/
JoinContactActivity.java
174
public boolean
onQueryTextChange
(String newText) {
ActionBarAdapter.java
474
public boolean
onQueryTextChange
(String queryString) {
/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
...]
/frameworks/base/core/java/android/app/
SearchDialog.java
688
public boolean
onQueryTextChange
(String newText) {
Completed in 1016 milliseconds
1
2
3