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
52
) sorted by null
1
2
3
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java
66
import android.widget.
SearchView
;
160
SearchView
searchView
= (
SearchView
) searchItem.getActionView();
161
searchView
.setOnQueryTextListener(new
SearchView
.OnQueryTextListener() {
173
searchView
.addOnAttachStateChangeListener(new View.OnAttachStateChangeListener() {
/development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java
39
import android.widget.
SearchView
;
43
import android.widget.
SearchView
.OnQueryTextListener;
278
SearchView
searchView
= (
SearchView
) menu.findItem(R.id.action_search).getActionView();
279
searchView
.setOnQueryTextListener(this);
/frameworks/base/core/java/android/widget/
SuggestionsAdapter.java
68
private
SearchView
mSearchView;
97
public SuggestionsAdapter(Context context,
SearchView
searchView
,
105
mSearchView =
searchView
;
SearchView.java
71
* When the
SearchView
is used in an ActionBar as an action view for a collapsible menu item, it
81
* <p>For information about using {@code
SearchView
}, read the
92
public class
SearchView
extends LinearLayout implements CollapsibleActionView {
95
private static final String LOG_TAG = "
SearchView
";
136
*
SearchView
can be set expanded before the IME is ready to be shown during
183
* let the
SearchView
handle the submission by launching any associated intent.
188
*
SearchView
perform the default action.
197
* @return false if the
SearchView
should perform the default action of showing any
206
* The user is attempting to close the
SearchView
.
240
public
SearchView
(Context context)
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
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
;
SearchView.java
82
* <em>only</em>, you should instead use the framework {@link android.widget.
SearchView
} class.</p>
85
* When the
SearchView
is used in an {@link android.support.v7.app.ActionBar}
95
* <p>For information about using {@code
SearchView
}, read the
103
public class
SearchView
extends LinearLayout implements CollapsibleActionView {
106
private static final String LOG_TAG = "
SearchView
";
149
*
SearchView
can be set expanded before the IME is ready to be shown during
158
HIDDEN_METHOD_INVOKER.showSoftInputUnchecked(imm,
SearchView
.this, 0);
196
* let the
SearchView
handle the submission by launching any associated intent.
201
*
SearchView
perform the default action.
210
* @return false if the
SearchView
should perform the default action of showing an
[
all
...]
/packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java
64
import android.widget.
SearchView
;
413
SearchView
searchView
= (
SearchView
) searchItem.getActionView();
414
searchView
.setOnQueryTextListener(new
SearchView
.OnQueryTextListener() {
426
searchView
.addOnAttachStateChangeListener(new View.OnAttachStateChangeListener() {
/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
/sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar
/sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar
/sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar
/sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar
/sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
Completed in 468 milliseconds
1
2
3