added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

AppCompatAutoCompleteTextView

public class AppCompatAutoCompleteTextView
extends AutoCompleteTextView implements TintableBackgroundView

java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ android.widget.EditText
         ↳ android.widget.AutoCompleteTextView
           ↳ android.support.v7.widget.AppCompatAutoCompleteTextView


A AutoCompleteTextView which supports compatible features on older versions of the platform, including:

This will automatically be used when you use AutoCompleteTextView in your layouts and the top-level activity / dialog is provided by appcompat. You should only need to manually use this class when writing custom views.

Summary

Inherited constants

From class android.widget.TextView
From class android.view.View

Inherited fields

From class android.view.View

Public constructors

AppCompatAutoCompleteTextView(Context context)
AppCompatAutoCompleteTextView(Context context, AttributeSet attrs)
AppCompatAutoCompleteTextView(Context context, AttributeSet attrs, int defStyleAttr)

Public methods

InputConnection onCreateInputConnection(EditorInfo outAttrs)
void setBackgroundDrawable(Drawable background)
void setBackgroundResource(int resId)
void setDropDownBackgroundResource(int resId)
void setTextAppearance(Context context, int resId)

Protected methods

void drawableStateChanged()

Inherited methods

From class android.widget.AutoCompleteTextView
From class android.widget.EditText
From class android.widget.TextView
From class android.view.View
From class java.lang.Object
From interface android.widget.Filter.FilterListener
From interface android.view.ViewTreeObserver.OnPreDrawListener
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.accessibility.AccessibilityEventSource
From interface android.support.v4.view.TintableBackgroundView

Public constructors

AppCompatAutoCompleteTextView

added in version 25.1.0
AppCompatAutoCompleteTextView (Context context)

Parameters
context Context

AppCompatAutoCompleteTextView

added in version 25.1.0
AppCompatAutoCompleteTextView (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

AppCompatAutoCompleteTextView

added in version 25.1.0
AppCompatAutoCompleteTextView (Context context, 
                AttributeSet attrs, 
                int defStyleAttr)

Parameters
context Context

attrs AttributeSet

defStyleAttr int

Public methods

onCreateInputConnection

InputConnection onCreateInputConnection (EditorInfo outAttrs)

Parameters
outAttrs EditorInfo

Returns
InputConnection

setBackgroundDrawable

added in version 26.1.0
void setBackgroundDrawable (Drawable background)

Parameters
background Drawable

setBackgroundResource

void setBackgroundResource (int resId)

Parameters
resId int

setDropDownBackgroundResource

void setDropDownBackgroundResource (int resId)

Parameters
resId int

setTextAppearance

added in version 26.1.0
void setTextAppearance (Context context, 
                int resId)

Parameters
context Context

resId int

Protected methods

drawableStateChanged

void drawableStateChanged ()