Searched refs:ShadowAutoCompleteTextView (Results 1 – 2 of 2) sorted by relevance
16 public class ShadowAutoCompleteTextView extends ShadowEditText { class
150 ShadowAutoCompleteTextView.class, in getDefaultShadowClasses()477 public static ShadowAutoCompleteTextView shadowOf(AutoCompleteTextView instance) { in shadowOf()478 return (ShadowAutoCompleteTextView) shadowOf_(instance); in shadowOf()