Home
last modified time | relevance | path

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

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