Searched refs:getBufferType (Results 1 - 2 of 2) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java245 assertEquals(mBindingObject.getBufferType(), getBufferType(view));
247 assertEquals(mBindingObject.getBufferType(), getBufferType(view));
250 private static TextView.BufferType getBufferType(TextView view) { method in class:TextViewBindingAdapterTest
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java129 public TextView.BufferType getBufferType() { method in class:TextViewBindingObject

Completed in 407 milliseconds