Searched defs:SearchView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSearchView.java71 * 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 { class in inherits:LinearLayout,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(Contex method in class:SearchView
244 public SearchView(Context context, AttributeSet attrs) { method in class:SearchView
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java82 * <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 { class in inherits:LinearLayout,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 shoul
253 public SearchView(Context context) { method in class:SearchView
257 public SearchView(Context context, AttributeSet attrs) { method in class:SearchView
[all...]

Completed in 63 milliseconds