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

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java63 private TextView.BufferType mBufferType = TextView.BufferType.NORMAL; field in class:TextViewBindingObject
127 return mBufferType;
266 mBufferType = TextView.BufferType.SPANNABLE;
/frameworks/wilhelm/src/
H A Ditfstruct.h674 AndroidBufferType_type mBufferType; member in struct:__anon1723
/frameworks/base/core/java/android/widget/
H A DTextView.java538 private BufferType mBufferType = BufferType.NORMAL; field in class:TextView
4179 setText(text, mBufferType);
4192 setTextKeepState(text, mBufferType);
4302 mBufferType = type;
4395 setText(mCharWrapper, mBufferType, false, oldlen);
8916 if (mBufferType == BufferType.EDITABLE) {

Completed in 214 milliseconds