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

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

Completed in 68 milliseconds