public class AutoCompleteSearchView
extends SearchView
| Constructor and Description |
|---|
AutoCompleteSearchView(android.content.Context context) |
AutoCompleteSearchView(android.content.Context context,
android.util.AttributeSet attrs) |
AutoCompleteSearchView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyPredictions(java.util.List<Prediction> predictions) |
void |
dismissPopup() |
void |
dismissPredictionView() |
BasePredictionPopupWindow |
getPopup() |
void |
hideProgressBar() |
boolean |
isAttached() |
protected void |
onAttachedToWindow() |
protected void |
onDetachedFromWindow() |
void |
setAppBar(android.view.ViewGroup appBar) |
void |
setOnCloseListener(OnCloseListener listener) |
void |
setOnPredictionClickListener(OnPredictionClickListener listener) |
void |
setOnQueryTextListener(OnQueryTextListener listener) |
void |
setPredictionPopupWindow(BasePredictionPopupWindow popup) |
void |
setProgressBarTheme(int theme) |
void |
setUseDefaultPredictionPopupWindow(boolean useDefaultPredictionPopupWindow) |
void |
setUseDefaultProgressBar(boolean useDefaultProgressBar) |
void |
showPopup() |
void |
showProgressBar() |
public AutoCompleteSearchView(android.content.Context context)
public AutoCompleteSearchView(android.content.Context context,
android.util.AttributeSet attrs)
public AutoCompleteSearchView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
public void setOnCloseListener(OnCloseListener listener)
public void setPredictionPopupWindow(BasePredictionPopupWindow popup)
public void setUseDefaultProgressBar(boolean useDefaultProgressBar)
public void setProgressBarTheme(int theme)
public void setUseDefaultPredictionPopupWindow(boolean useDefaultPredictionPopupWindow)
public void applyPredictions(java.util.List<Prediction> predictions)
public void dismissPredictionView()
public void setOnQueryTextListener(OnQueryTextListener listener)
public void showProgressBar()
public void hideProgressBar()
public void showPopup()
public void setAppBar(android.view.ViewGroup appBar)
public void dismissPopup()
public void setOnPredictionClickListener(OnPredictionClickListener listener)
public BasePredictionPopupWindow getPopup()
public boolean isAttached()
protected void onAttachedToWindow()
protected void onDetachedFromWindow()