Searched defs:newValue2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DMultiArgTestAdapter.java77 String newValue1, String newValue2) {
78 view.setText(String.format("%s, %s -> %s, %s", oldValue1, oldValue2, newValue1, newValue2));
76 set2WithOldValues(TextView view, String oldValue1, String oldValue2, String newValue1, String newValue2) argument

Completed in 79 milliseconds