Searched defs:asyncUpdates (Results 1 – 5 of 5) sorted by relevance
139 public Builder setDefaultAsyncUpdates(AsyncUpdates asyncUpdates) { in setDefaultAsyncUpdates()
135 public static void setDefaultAsyncUpdates(AsyncUpdates asyncUpdates) { in setDefaultAsyncUpdates()
182 @Nullable private AsyncUpdates asyncUpdates; field in LottieDrawable457 AsyncUpdates asyncUpdates = this.asyncUpdates; in getAsyncUpdates() local479 public void setAsyncUpdates(@Nullable AsyncUpdates asyncUpdates) { in setAsyncUpdates()
1211 public void setAsyncUpdates(AsyncUpdates asyncUpdates) { in setAsyncUpdates()
85 internal var asyncUpdates by mutableStateOf(asyncUpdates) variable