Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java867 if (views.replaceRemoteCollections(viewId)) { in notifyCollectionWidgetChange()
/frameworks/base/core/java/android/widget/
DRemoteViews.java819 public boolean replaceRemoteCollections(int viewId) { in replaceRemoteCollections() method in RemoteViews
841 isActionReplaced |= groupAction.mNestedViews.replaceRemoteCollections(viewId); in replaceRemoteCollections()
847 isActionReplaced |= mSizedRemoteViews.get(i).replaceRemoteCollections(viewId); in replaceRemoteCollections()
851 isActionReplaced |= mLandscape.replaceRemoteCollections(viewId); in replaceRemoteCollections()
854 isActionReplaced |= mPortrait.replaceRemoteCollections(viewId); in replaceRemoteCollections()