Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java953 if (views.replaceRemoteCollections(viewId)) { in notifyCollectionWidgetChange()
/frameworks/base/core/java/android/widget/
DRemoteViews.java911 public boolean replaceRemoteCollections(int viewId) { in replaceRemoteCollections() method in RemoteViews
933 isActionReplaced |= groupAction.mNestedViews.replaceRemoteCollections(viewId); in replaceRemoteCollections()
939 isActionReplaced |= mSizedRemoteViews.get(i).replaceRemoteCollections(viewId); in replaceRemoteCollections()
943 isActionReplaced |= mLandscape.replaceRemoteCollections(viewId); in replaceRemoteCollections()
946 isActionReplaced |= mPortrait.replaceRemoteCollections(viewId); in replaceRemoteCollections()