Searched refs:prefersAsyncApply (Results 1 – 2 of 2) sorted by relevance
461 public boolean prefersAsyncApply() { in prefersAsyncApply() method in RemoteViews.Action1518 public boolean prefersAsyncApply() { in prefersAsyncApply() method in RemoteViews.ReflectionAction1661 public boolean prefersAsyncApply() { in prefersAsyncApply() method1662 return mNestedViews.prefersAsyncApply(); in prefersAsyncApply()1892 public boolean prefersAsyncApply() {3671 public boolean prefersAsyncApply() {3675 if (mActions.get(i).prefersAsyncApply()) {
390 applyRemoteViews(view, forceApplyAsync || ((view != null) && view.prefersAsyncApply())); in onRemoteViewsLoaded()