HomeSort by relevance Sort by last modified time
    Searched full:searchview (Results 51 - 75 of 200) sorted by null

1 23 4 5 6 7 8

  /cts/tests/tests/view/res/menu/
menu_searchview.xml 22 android:actionLayout="@layout/searchview" />
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/res/menu/
main.xml 23 android:actionViewClass="android.widget.SearchView" />
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/res/menu/
main.xml 23 android:actionViewClass="android.widget.SearchView" />
  /development/samples/ApiDemos/res/layout/
searchview_filter.xml 21 <SearchView
  /development/samples/ApiDemos/res/menu/
searchview_in_menu.xml 21 android:actionViewClass="android.widget.SearchView" />
  /development/samples/SearchableDictionary/res/menu/
options_menu.xml 25 android:actionViewClass="android.widget.SearchView" />
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 34 import android.widget.SearchView;
36 import android.widget.SearchView.OnQueryTextListener;
79 SearchView sv = new SearchView(getActivity());
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderRetainedSupport.java 107 View searchView = SearchViewCompat.newSearchView(getActivity());
108 if (searchView != null) {
109 SearchViewCompat.setOnQueryTextListener(searchView,
130 MenuItemCompat.setActionView(item, searchView);
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
SearchActivity.java 27 * to our SearchRecentSuggestions so that SearchView's can display suggestions.
_index.html 22 <dd>Demonstrates simple usage of the Action Bar, including a SearchView as an action item. The
  /development/samples/browseable/BasicContactables/res/menu/
main.xml 23 android:actionViewClass="android.widget.SearchView" />
  /frameworks/base/packages/PrintSpooler/res/menu/
select_printer_activity.xml 23 android:actionViewClass="android.widget.SearchView"
  /packages/apps/Calendar/res/menu/
search_title_bar.xml 24 android:actionViewClass="android.widget.SearchView"
  /packages/apps/Contacts/res/layout/
custom_action_bar.xml 31 <SearchView
  /packages/apps/Settings/res/menu/
options_menu.xml 23 android:actionViewClass="android.widget.SearchView" />
print_service_settings.xml 21 android:actionViewClass="android.widget.SearchView"
  /frameworks/base/core/java/android/widget/
SearchView.java 70 * When the SearchView is used in an ActionBar as an action view for a collapsible menu item, it
80 * <p>For information about using {@code SearchView}, read the
91 public class SearchView extends LinearLayout implements CollapsibleActionView {
94 private static final String LOG_TAG = "SearchView";
111 /** Icon optionally displayed when the SearchView is collapsed. */
149 * SearchView can be set expanded before the IME is ready to be shown during
192 * let the SearchView handle the submission by launching any associated intent.
197 * SearchView perform the default action.
206 * @return false if the SearchView should perform the default action of showing any
215 * The user is attempting to close the SearchView
    [all...]
  /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);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 33 import android.widget.SearchView.OnCloseListener;
175 // Show tabs or the expanded {@link SearchView}, depending on whether or not we are in
178 // Expanding the {@link SearchView} clears the query, so set the query from the
372 // Since we have the {@link SearchView} in a custom action bar, we must manually handle
373 // expanding the {@link SearchView} when a search is initiated. Note that a side effect
374 // of this method is that the {@link SearchView} query text is set to empty string.
  /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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 84 * <em>only</em>, you should instead use the framework {@link android.widget.SearchView} class.</p>
87 * When the SearchView is used in an {@link android.support.v7.app.ActionBar}
97 * <p>For information about using {@code SearchView}, read the
105 public class SearchView extends LinearLayoutCompat implements CollapsibleActionView {
108 private static final String LOG_TAG = "SearchView";
164 * SearchView can be set expanded before the IME is ready to be shown during
173 HIDDEN_METHOD_INVOKER.showSoftInputUnchecked(imm, SearchView.this, 0);
207 * let the SearchView handle the submission by launching any associated intent.
212 * SearchView perform the default action.
221 * @return false if the SearchView should perform the default action of showing an
    [all...]
  /packages/apps/Calendar/res/menu-sw600dp/
all_in_one_title_bar.xml 42 android:actionViewClass="android.widget.SearchView"
  /packages/apps/Calendar/res/menu-sw600dp-land/
all_in_one_title_bar.xml 42 android:actionViewClass="android.widget.SearchView"
  /packages/apps/DeskClock/res/menu/
cities_menu.xml 22 android:actionViewClass="android.widget.SearchView"
  /packages/apps/Mms/res/menu/
conversation_list_menu.xml 28 android:actionViewClass="android.widget.SearchView" />

Completed in 1062 milliseconds

1 23 4 5 6 7 8