[go: nahoru, domu]

Searched refs:mBufferType (Results 1 - 5 of 5) 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/itf/
H A DIAndroidBufferQueue.c322 switch (thiz->mBufferType) {
371 result = setItems(dataLength, pItems, itemsLength, thiz->mBufferType, oldRear,
481 thiz->mBufferType = kAndroidBufferTypeInvalid;
511 switch (thiz->mBufferType) {
525 SL_LOGI(" mCallbackEventsMask=0x%x, mBufferType=0x%x (%s), mEOS=%s",
527 thiz->mBufferType, bufferTypeString,
538 switch (thiz->mBufferType) {
H A DIEngine.c66 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts;
73 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeAacadts;
75 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
81 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
1204 thiz->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts;
1216 thiz->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
/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 819 milliseconds