Home
last modified time | relevance | path

Searched defs:setText (Results 1 – 3 of 3) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DActionBar.java1207 public abstract Tab setText(CharSequence text); in setText() method in ActionBar.Tab
1216 public abstract Tab setText(int resId); in setText() method in ActionBar.Tab
DWindowDecorActionBar.java1237 public Tab setText(CharSequence text) { in setText() method in WindowDecorActionBar.TabImpl
1246 public Tab setText(int resId) { in setText() method in WindowDecorActionBar.TabImpl
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatEditTextTest.java95 public void setText(CharSequence text, BufferType type) { in setText() method in AppCompatEditTextTest.GetTextEditText