Searched defs:oldValue2 (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.java76 public static void set2WithOldValues(TextView view, String oldValue1, String oldValue2, argument
78 view.setText(String.format("%s, %s -> %s, %s", oldValue1, oldValue2, newValue1, newValue2));

Completed in 84 milliseconds