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

/frameworks/base/core/java/android/widget/
H A DTextView.java5546 public final void setTextKeepState(CharSequence text) { method in class:TextView
5547 setTextKeepState(text, mBufferType);
5804 public final void setTextKeepState(CharSequence text, BufferType type) { method in class:TextView

Completed in 99 milliseconds