Searched defs:AutoCompleteTextView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java68 * AutoCompleteTextView textView = (AutoCompleteTextView)
89 public class AutoCompleteTextView extends EditText implements Filter.FilterListener { class in inherits:EditText,Filter.FilterListener
91 static final String TAG = "AutoCompleteTextView";
147 public AutoCompleteTextView(Context context) { method in class:AutoCompleteTextView
151 public AutoCompleteTextView(Context context, AttributeSet attrs) { method in class:AutoCompleteTextView
155 public AutoCompleteTextView(Context context, AttributeSet attrs, int defStyle) { method in class:AutoCompleteTextView
164 attrs, com.android.internal.R.styleable.AutoCompleteTextView, defStyle, 0);
580 * Notably, when the AutoCompleteTextView is closed or released, the adapter is not notified.
586 * or by manually closing the cursor when the AutoCompleteTextView i
[all...]

Completed in 170 milliseconds