- setArrowIcon(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set back arrow icon drawable
- setArrowIconTint(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set the tint color of the back arrow icon
- setCardViewElevation(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set CardView elevation
- setClearIcon(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set clear icon drawable
- setClearIconTint(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set the tint color of the clear icon
- setCustomSuggestionAdapter(SuggestionsAdapter) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Sets a custom adapter for suggestions list view.
- setDividerColor(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
- setHint(CharSequence) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Sets search bar hintText
- setIconRippleStyle(boolean) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Show a borderless ripple(circular) when icon is pressed
Borderless only available on SDK V21+
- setLastSuggestions(List) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Sets the array of recent search queries.
- setListener(SuggestionsAdapter.OnItemViewClickListener) - Method in class com.mancj.materialsearchbar.adapter.DefaultSuggestionsAdapter
-
- setMaxSuggestionCount(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Specifies the maximum number of search queries stored until the activity is destroyed
- setMaxSuggestionsCount(int) - Method in class com.mancj.materialsearchbar.adapter.SuggestionsAdapter
-
- setMenuDividerEnabled(boolean) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
- setMenuIcon(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set Menu Icon Drawable
- setMenuIconTint(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set the tint color of the menu icon
- setNavButtonEnabled(boolean) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set navigation drawer menu icon enabled
- setNavIconTint(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set the tint color of the navigation icon
- setOnSearchActionListener(MaterialSearchBar.OnSearchActionListener) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Register listener for search bar callbacks.
- setPlaceHolder(CharSequence) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set the place holder text
- setPlaceHolderColor(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set placeholder text color
- setRoundedSearchBarEnabled(boolean) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Enable capsule shaped SearchBar (API 21+)
- setSearchIcon(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set search icon drawable
- setSearchIconTint(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set the tint color of the search/speech icon
- setSpeechMode(boolean) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
sets the speechMode for the search bar.
- setSuggestions(List<S>) - Method in class com.mancj.materialsearchbar.adapter.SuggestionsAdapter
-
- setSuggestionsClickListener(SuggestionsAdapter.OnItemViewClickListener) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Allows you to intercept the suggestions click event
- setText(String) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set search text
- setTextColor(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set search input text color
- setTextHighlightColor(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set the color of the highlight when text is selected
- setTextHintColor(int) - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
Set text input hintText color
- showSuggestionsList() - Method in class com.mancj.materialsearchbar.MaterialSearchBar
-
- SimpleOnSearchActionListener - Class in com.mancj.materialsearchbar
-
Created by mancj on 26.01.17.
- SimpleOnSearchActionListener() - Constructor for class com.mancj.materialsearchbar.SimpleOnSearchActionListener
-
- suggestions - Variable in class com.mancj.materialsearchbar.adapter.SuggestionsAdapter
-
- suggestions_clone - Variable in class com.mancj.materialsearchbar.adapter.SuggestionsAdapter
-
- SuggestionsAdapter<S,V extends RecyclerView.ViewHolder> - Class in com.mancj.materialsearchbar.adapter
-
Create this adapter to customize the suggestions list of the MaterialSearchBar
- SuggestionsAdapter(LayoutInflater) - Constructor for class com.mancj.materialsearchbar.adapter.SuggestionsAdapter
-
- SuggestionsAdapter.OnItemViewClickListener - Interface in com.mancj.materialsearchbar.adapter
-