Home | History | Annotate | Download | only in dialer

Lines Matching refs:SearchView

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.
1141 // layout instead of asking the search menu item to take care of SearchView.
1178 // We want to hide SearchView and show Tabs. Also focus on previously selected one.