Searched defs:asyncUpdates (Results 1 – 5 of 5) sorted by relevance
145 public Builder setDefaultAsyncUpdates(AsyncUpdates asyncUpdates) { in setDefaultAsyncUpdates()
142 public static void setDefaultAsyncUpdates(AsyncUpdates asyncUpdates) { in setDefaultAsyncUpdates()
183 @Nullable private AsyncUpdates asyncUpdates; field in LottieDrawable475 AsyncUpdates asyncUpdates = this.asyncUpdates; in getAsyncUpdates() local497 public void setAsyncUpdates(@Nullable AsyncUpdates asyncUpdates) { in setAsyncUpdates()
1230 public void setAsyncUpdates(AsyncUpdates asyncUpdates) { in setAsyncUpdates()
86 internal var asyncUpdates by mutableStateOf(asyncUpdates) variable