Home
last modified time | relevance | path

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

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java124 assertEquals(mBindingObject.getTextColorHighlight(), view.getHighlightColor()); in testSimpleProperties()
149 assertEquals(mBindingObject.getTextColorHighlight(), view.getHighlightColor()); in testSimpleProperties()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DTextViewBindingObject.java209 public int getTextColorHighlight() { in getTextColorHighlight() method in TextViewBindingObject