Home | History | Annotate | Download | only in search

Lines Matching full:searchview

31   <p>Beginning in Android 3.0, using the {@link android.widget.SearchView} widget as an item in
33 the action bar, you can define the {@link android.widget.SearchView} to show at all times, only
35 android.widget.SearchView} as an icon initially, then takes up the entire action bar as a search
40 {@link android.widget.SearchView}.</p>
44 <p>To add a {@link android.widget.SearchView} widget to the action bar, create a file named
47 item. The <code>collapseActionView</code> attribute allows your {@link android.widget.SearchView}
59 android:actionViewClass="android.widget.SearchView" /&gt;
66 <p>To display the {@link android.widget.SearchView} in the action bar, inflate the XML menu
79 <p>If you run your app now, the {@link android.widget.SearchView} appears in your app's action
81 android.widget.SearchView} behaves.</p>
86 configuration</a> defines how the {@link android.widget.SearchView} behaves and is defined in a
104 that you want to display the {@link android.widget.SearchView} in:</p>
115 created before, associate the searchable configuration with the {@link android.widget.SearchView}
116 by calling {@link android.widget.SearchView#setSearchableInfo}:</p>
123 // Associate searchable configuration with the SearchView
126 SearchView searchView =
127 (SearchView) menu.findItem(R.id.search).getActionView();
128 searchView.setSearchableInfo(
138 android.widget.SearchView}, the {@link android.widget.SearchView} starts an activity with the
144 <p>A {@link android.widget.SearchView} tries to start an activity with the {@link
195 <p>If you run your app now, the {@link android.widget.SearchView} can accept the user's query and