OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SearchView
(Results
26 - 50
of
60
) sorted by null
1
2
3
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java
80
* When the
SearchView
is used in an ActionBar as an action view for a collapsible menu item, it
90
* <p>For information about using {@code
SearchView
}, read the
96
public class
SearchView
extends LinearLayout implements CollapsibleActionView {
99
private static final String LOG_TAG = "
SearchView
";
142
*
SearchView
can be set expanded before the IME is ready to be shown during
151
HIDDEN_METHOD_INVOKER.showSoftInputUnchecked(imm,
SearchView
.this, 0);
189
* let the
SearchView
handle the submission by launching any associated intent.
194
*
SearchView
perform the default action.
203
* @return false if the
SearchView
should perform the default action of showing any
212
* The user is attempting to close the
SearchView
[
all
...]
SuggestionsAdapter.java
54
* Provides the contents for the suggestion drop-down list.in {@link
SearchView
}.
68
private
SearchView
mSearchView;
91
public SuggestionsAdapter(Context context,
SearchView
searchView
,
98
mSearchView =
searchView
;
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
55
import android.widget.
SearchView
;
81
* On newer API platforms, the search is implemented in a
SearchView
in the ActionBar; as the user
125
* In platform versions prior to Android 3.0, the ActionBar and
SearchView
are not supported,
319
// searches. In Android 3.0 and later, searching is done via a
SearchView
in the ActionBar.
326
// In version 3.0 and later, sets up and configures the ActionBar
SearchView
333
// Retrieves the
SearchView
from the search menu item
334
final
SearchView
searchView
= (
SearchView
) searchItem.getActionView();
336
// Assign searchable info to
SearchView
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java
56
import android.widget.
SearchView
;
57
import android.widget.
SearchView
.OnCloseListener;
58
import android.widget.
SearchView
.OnQueryTextListener;
351
* True when this Activity is in its search UI (with a {@link
SearchView
} and
355
private
SearchView
mSearchView;
450
* Listener used to handle the "close" button on the right side of {@link
SearchView
}.
629
mSearchView = (
SearchView
) searchViewLayout.findViewById(R.id.search_view);
632
// Since we're using a custom layout for showing
SearchView
instead of letting the
651
// Filter option menu should be shown on the right side of
SearchView
.
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java
67
import android.widget.
SearchView
;
111
private
SearchView
mSearchView;
369
SearchView
.OnQueryTextListener mQueryTextListener = new
SearchView
.OnQueryTextListener() {
391
mSearchView = (
SearchView
) mSearchItem.getActionView();
[
all
...]
/frameworks/base/core/java/android/widget/
SuggestionsAdapter.java
68
private
SearchView
mSearchView;
97
public SuggestionsAdapter(Context context,
SearchView
searchView
,
105
mSearchView =
searchView
;
/packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java
68
import android.widget.
SearchView
;
69
import android.widget.
SearchView
.OnSuggestionListener;
86
OnSharedPreferenceChangeListener,
SearchView
.OnQueryTextListener, ActionBar.TabListener,
148
private
SearchView
mSearchView;
715
mSearchView = (
SearchView
) mSearchMenu.getActionView();
[
all
...]
Utils.java
52
import android.widget.
SearchView
;
[
all
...]
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.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
/sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar
Completed in 1232 milliseconds
1
2
3