Home
last modified time | relevance | path

Searched refs:prefersAsyncApply (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java461 public boolean prefersAsyncApply() { in prefersAsyncApply() method in RemoteViews.Action
1518 public boolean prefersAsyncApply() { in prefersAsyncApply() method in RemoteViews.ReflectionAction
1661 public boolean prefersAsyncApply() { in prefersAsyncApply() method
1662 return mNestedViews.prefersAsyncApply(); in prefersAsyncApply()
1892 public boolean prefersAsyncApply() {
3671 public boolean prefersAsyncApply() {
3675 if (mActions.get(i).prefersAsyncApply()) {
DRemoteViewsAdapter.java390 applyRemoteViews(view, forceApplyAsync || ((view != null) && view.prefersAsyncApply())); in onRemoteViewsLoaded()