HomeSort by relevance Sort by last modified time
    Searched defs:postValue (Results 1 - 5 of 5) sorted by null

  /frameworks/support/lifecycle/livedata-core/src/main/java/androidx/lifecycle/
MutableLiveData.java 20 * {@link LiveData} which publicly exposes {@link #setValue(T)} and {@link #postValue(T)} method.
27 public void postValue(T value) {
28 super.postValue(value);
LiveData.java 248 * liveData.postValue("a");
259 protected void postValue(T value) {
275 * thread, you can use {@link #postValue(Object)}
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 882 milliseconds