Home
last modified time | relevance | path

Searched refs:SearchView (Results 1 – 25 of 31) sorted by relevance

12

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DSearchViewTest.java57 private SearchView mSearchView;
67 mSearchView = (SearchView) mActivity.findViewById(R.id.search_view); in setup()
73 new SearchView(mActivity); in testConstructor()
75 new SearchView(mActivity, null); in testConstructor()
77 new SearchView(mActivity, null, android.R.attr.searchViewStyle); in testConstructor()
83 SearchView searchViewWithAttributes = in testAttributesFromXml()
84 (SearchView) mActivity.findViewById(R.id.search_view_with_defaults); in testAttributesFromXml()
149 final SearchView.OnCloseListener mockDenyCloseListener = in testDenyIconifyingInconifiableView()
150 mock(SearchView.OnCloseListener.class); in testDenyIconifyingInconifiableView()
179 final SearchView.OnCloseListener mockAllowCloseListener = in testAllowIconifyingInconifiableView()
[all …]
DSearchView_CursorTest.java62 private SearchView mSearchView;
70 protected class MyQueryTextListener implements SearchView.OnQueryTextListener {
104 protected class MySuggestionListener implements SearchView.OnSuggestionListener {
132 mSearchView = (SearchView) mActivity.findViewById(R.id.search_view); in setup()
153 final SearchView.OnQueryTextListener mockQueryTextListener = in testSuggestionFiltering()
175 final SearchView.OnSuggestionListener mockSuggestionListener = in testSuggestionSelection()
179 final SearchView.OnQueryTextListener mockQueryTextListener = in testSuggestionSelection()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java115 public class SearchView extends LinearLayoutCompat implements CollapsibleActionView { class
271 public SearchView(@NonNull Context context) { in SearchView() method in SearchView
275 public SearchView(@NonNull Context context, @Nullable AttributeSet attrs) { in SearchView() method in SearchView
279 public SearchView(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in SearchView() method in SearchView
283 attrs, R.styleable.SearchView, defStyleAttr, 0); in SearchView()
284 ViewCompat.saveAttributeDataForStyleable(this, context, R.styleable.SearchView, attrs, in SearchView()
342 mOnQueryTextFocusChangeListener.onFocusChange(SearchView.this, hasFocus); in SearchView()
1442 SearchView.this.onItemSelected(position);
1735 SearchView.this.onTextChanged(s);
1845 private SearchView mSearchView;
[all …]
DSuggestionsAdapter.java68 private final SearchView mSearchView;
90 public SuggestionsAdapter(Context context, SearchView searchView, SearchableInfo searchable, in SuggestionsAdapter()
/appcompat/appcompat/api/
Dapi_lint.ignore694 MissingNullability: androidx.appcompat.widget.SearchView#getQuery():
696 MissingNullability: androidx.appcompat.widget.SearchView#getSuggestionsAdapter():
698 MissingNullability: androidx.appcompat.widget.SearchView#onRestoreInstanceState(android.os.Parcelab…
700 MissingNullability: androidx.appcompat.widget.SearchView#onSaveInstanceState():
702 MissingNullability: androidx.appcompat.widget.SearchView#requestFocus(int, android.graphics.Rect) p…
704 …singNullability: androidx.appcompat.widget.SearchView#setOnCloseListener(androidx.appcompat.widget…
706 MissingNullability: androidx.appcompat.widget.SearchView#setOnQueryTextFocusChangeListener(android.…
708 …ngNullability: androidx.appcompat.widget.SearchView#setOnQueryTextListener(androidx.appcompat.widg…
710 MissingNullability: androidx.appcompat.widget.SearchView#setOnSearchClickListener(android.view.View…
712 …ngNullability: androidx.appcompat.widget.SearchView#setOnSuggestionListener(androidx.appcompat.wid…
[all …]
D1.1.0-rc01.txt760 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
761 ctor public SearchView(android.content.Context!);
762 ctor public SearchView(android.content.Context!, android.util.AttributeSet!);
763 ctor public SearchView(android.content.Context!, android.util.AttributeSet!, int);
781 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
783 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
785 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
794 public static interface SearchView.OnCloseListener {
798 public static interface SearchView.OnQueryTextListener {
803 public static interface SearchView.OnSuggestionListener {
D1.1.0-beta01.txt760 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
761 ctor public SearchView(android.content.Context!);
762 ctor public SearchView(android.content.Context!, android.util.AttributeSet!);
763 ctor public SearchView(android.content.Context!, android.util.AttributeSet!, int);
781 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
783 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
785 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
794 public static interface SearchView.OnCloseListener {
798 public static interface SearchView.OnQueryTextListener {
803 public static interface SearchView.OnSuggestionListener {
D1.2.0-beta01.txt765 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
766 ctor public SearchView(android.content.Context);
767 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
768 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
786 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
788 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
790 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
799 public static interface SearchView.OnCloseListener {
803 public static interface SearchView.OnQueryTextListener {
808 public static interface SearchView.OnSuggestionListener {
D1.3.0-beta02.txt767 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
768 ctor public SearchView(android.content.Context);
769 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
770 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
788 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
790 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
792 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
801 public static interface SearchView.OnCloseListener {
805 public static interface SearchView.OnQueryTextListener {
810 public static interface SearchView.OnSuggestionListener {
D1.3.0-beta01.txt767 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
768 ctor public SearchView(android.content.Context);
769 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
770 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
788 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
790 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
792 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
801 public static interface SearchView.OnCloseListener {
805 public static interface SearchView.OnQueryTextListener {
810 public static interface SearchView.OnSuggestionListener {
D1.1.0-beta02.txt768 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
769 ctor public SearchView(android.content.Context!);
770 ctor public SearchView(android.content.Context!, android.util.AttributeSet!);
771 ctor public SearchView(android.content.Context!, android.util.AttributeSet!, int);
789 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
791 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
793 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
802 public static interface SearchView.OnCloseListener {
806 public static interface SearchView.OnQueryTextListener {
811 public static interface SearchView.OnSuggestionListener {
D1.4.0-beta01.txt797 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
798 ctor public SearchView(android.content.Context);
799 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
800 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
818 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
820 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
822 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
831 public static interface SearchView.OnCloseListener {
835 public static interface SearchView.OnQueryTextListener {
840 public static interface SearchView.OnSuggestionListener {
D1.4.0-beta02.txt797 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
798 ctor public SearchView(android.content.Context);
799 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
800 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
818 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
820 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
822 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
831 public static interface SearchView.OnCloseListener {
835 public static interface SearchView.OnQueryTextListener {
840 public static interface SearchView.OnSuggestionListener {
D1.6.0-beta02.txt837 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
838 ctor public SearchView(android.content.Context);
839 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
840 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
859 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
861 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
863 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
872 public static interface SearchView.OnCloseListener {
876 public static interface SearchView.OnQueryTextListener {
881 public static interface SearchView.OnSuggestionListener {
D1.6.0-beta01.txt837 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
838 ctor public SearchView(android.content.Context);
839 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
840 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
859 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
861 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
863 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
872 public static interface SearchView.OnCloseListener {
876 public static interface SearchView.OnQueryTextListener {
881 public static interface SearchView.OnSuggestionListener {
D1.5.0-beta01.txt825 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
826 ctor public SearchView(android.content.Context);
827 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
828 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
847 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
849 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
851 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
860 public static interface SearchView.OnCloseListener {
864 public static interface SearchView.OnQueryTextListener {
869 public static interface SearchView.OnSuggestionListener {
Dcurrent.txt837 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
838 ctor public SearchView(android.content.Context);
839 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
840 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
859 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
861 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
863 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
872 public static interface SearchView.OnCloseListener {
876 public static interface SearchView.OnQueryTextListener {
881 public static interface SearchView.OnSuggestionListener {
D1.7.0-beta01.txt837 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
838 ctor public SearchView(android.content.Context);
839 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
840 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
859 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
861 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
863 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
872 public static interface SearchView.OnCloseListener {
876 public static interface SearchView.OnQueryTextListener {
881 public static interface SearchView.OnSuggestionListener {
Drestricted_1.3.0-beta01.txt1847 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
1848 ctor public SearchView(android.content.Context);
1849 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
1850 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
1869 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
1871 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
1873 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
1882 public static interface SearchView.OnCloseListener {
1886 public static interface SearchView.OnQueryTextListener {
1891 public static interface SearchView.OnSuggestionListener {
[all …]
Drestricted_1.1.0-beta01.txt1845 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
1846 ctor public SearchView(android.content.Context!);
1847 ctor public SearchView(android.content.Context!, android.util.AttributeSet!);
1848 ctor public SearchView(android.content.Context!, android.util.AttributeSet!, int);
1867 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
1869 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
1871 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
1880 public static interface SearchView.OnCloseListener {
1884 public static interface SearchView.OnQueryTextListener {
1889 public static interface SearchView.OnSuggestionListener {
[all …]
Drestricted_1.3.0-beta02.txt1847 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
1848 ctor public SearchView(android.content.Context);
1849 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
1850 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
1869 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
1871 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
1873 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
1882 public static interface SearchView.OnCloseListener {
1886 public static interface SearchView.OnQueryTextListener {
1891 public static interface SearchView.OnSuggestionListener {
[all …]
Drestricted_1.0.0.txt1836 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
1837 ctor public SearchView(android.content.Context!);
1838 ctor public SearchView(android.content.Context!, android.util.AttributeSet!);
1839 ctor public SearchView(android.content.Context!, android.util.AttributeSet!, int);
1858 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
1860 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
1862 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
1871 public static interface SearchView.OnCloseListener {
1875 public static interface SearchView.OnQueryTextListener {
1880 public static interface SearchView.OnSuggestionListener {
[all …]
Drestricted_1.1.0-rc01.txt1845 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
1846 ctor public SearchView(android.content.Context!);
1847 ctor public SearchView(android.content.Context!, android.util.AttributeSet!);
1848 ctor public SearchView(android.content.Context!, android.util.AttributeSet!, int);
1867 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
1869 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
1871 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
1880 public static interface SearchView.OnCloseListener {
1884 public static interface SearchView.OnQueryTextListener {
1889 public static interface SearchView.OnSuggestionListener {
[all …]
Drestricted_1.2.0-beta01.txt1849 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
1850 ctor public SearchView(android.content.Context);
1851 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
1852 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
1871 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
1873 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
1875 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
1884 public static interface SearchView.OnCloseListener {
1888 public static interface SearchView.OnQueryTextListener {
1893 public static interface SearchView.OnSuggestionListener {
[all …]
Drestricted_1.6.0-beta02.txt1921 …public class SearchView extends androidx.appcompat.widget.LinearLayoutCompat implements androidx.a…
1922 ctor public SearchView(android.content.Context);
1923 ctor public SearchView(android.content.Context, android.util.AttributeSet?);
1924 ctor public SearchView(android.content.Context, android.util.AttributeSet?, int);
1944 method public void setOnCloseListener(androidx.appcompat.widget.SearchView.OnCloseListener!);
1946 …method public void setOnQueryTextListener(androidx.appcompat.widget.SearchView.OnQueryTextListener…
1948 …method public void setOnSuggestionListener(androidx.appcompat.widget.SearchView.OnSuggestionListen…
1957 public static interface SearchView.OnCloseListener {
1961 public static interface SearchView.OnQueryTextListener {
1966 public static interface SearchView.OnSuggestionListener {
[all …]

12