HomeSort by relevance Sort by last modified time
    Searched refs:methodObservable (Results 1 - 2 of 2) sorted by null

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ViewModel.java 27 private ObservableInt methodObservable = new ObservableInt();
36 return methodObservable;
43 public void setMethodObservable(ObservableInt methodObservable) {
44 this.methodObservable = methodObservable;
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BindableObservablesTest.java 137 model.notifyPropertyChanged(BR.methodObservable);

Completed in 232 milliseconds