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.h679 AndroidBufferType_type mBufferType; member in struct:__anon1810
/frameworks/base/core/java/android/widget/
H A DTextView.java561 private BufferType mBufferType = BufferType.NORMAL; field in class:TextView
4307 setText(text, mBufferType);
4320 setTextKeepState(text, mBufferType);
4430 mBufferType = type;
4523 setText(mCharWrapper, mBufferType, false, oldlen);
9068 if (mBufferType == BufferType.EDITABLE) {
9205 if (!isEnabled() || (mBufferType != BufferType.EDITABLE)) {

Completed in 109 milliseconds