- SearchViewLayout - Class in xyz.sahildave.widget
-
- SearchViewLayout(Context, AttributeSet) - Constructor for class xyz.sahildave.widget.SearchViewLayout
-
- SearchViewLayout.OnToggleAnimationListener - Interface in xyz.sahildave.widget
-
Interface for listening to animation start and finish.
- SearchViewLayout.SearchBoxListener - Interface in xyz.sahildave.widget
-
Interface for listening to search edit text.
- SearchViewLayout.SearchListener - Interface in xyz.sahildave.widget
-
Interface for listening to search finish call.
- setCollapsedHint(String) - Method in class xyz.sahildave.widget.SearchViewLayout
-
- setCollapsedIcon(int) - Method in class xyz.sahildave.widget.SearchViewLayout
-
Allow user to set a search icon in the collapsed view
- setExpandedBackIcon(int) - Method in class xyz.sahildave.widget.SearchViewLayout
-
Allow user to set a back icon in the expanded view
- setExpandedContentFragment(Activity, Fragment) - Method in class xyz.sahildave.widget.SearchViewLayout
-
Set the fragment which would be shown in the expanded state
- setExpandedContentSupportFragment(FragmentActivity, android.support.v4.app.Fragment) - Method in class xyz.sahildave.widget.SearchViewLayout
-
Set the support version fragment which would be shown in the expanded state
- setExpandedHint(String) - Method in class xyz.sahildave.widget.SearchViewLayout
-
- setExpandedSearchIcon(int) - Method in class xyz.sahildave.widget.SearchViewLayout
-
Allow user to set a search icon in the expanded view
- setExpandedText(String) - Method in class xyz.sahildave.widget.SearchViewLayout
-
Set a text for the expanded editText
Maybe what you input is not a full keyword, and you can use this to stuff the editText
usually by clicking the items of list showing inexact results.
- setHint(String) - Method in class xyz.sahildave.widget.SearchViewLayout
-
- setOnToggleAnimationListener(SearchViewLayout.OnToggleAnimationListener) - Method in class xyz.sahildave.widget.SearchViewLayout
-
- setPaddingAll(View, int) - Static method in class xyz.sahildave.widget.Utils
-
- setSearchBoxListener(SearchViewLayout.SearchBoxListener) - Method in class xyz.sahildave.widget.SearchViewLayout
-
- setSearchListener(SearchViewLayout.SearchListener) - Method in class xyz.sahildave.widget.SearchViewLayout
-
- setTransitionDrawables(Drawable, Drawable) - Method in class xyz.sahildave.widget.SearchViewLayout
-
Set the background colours of the searchview.
- showInputMethod(View) - Static method in class xyz.sahildave.widget.Utils
-