Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java873 if (views.replaceRemoteCollections(viewId)) { in notifyCollectionWidgetChange()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java793 public boolean replaceRemoteCollections(int viewId) { in replaceRemoteCollections() method in RemoteViews
811 isActionReplaced |= groupAction.mNestedViews.replaceRemoteCollections(viewId); in replaceRemoteCollections()
817 isActionReplaced |= mSizedRemoteViews.get(i).replaceRemoteCollections(viewId); in replaceRemoteCollections()
821 isActionReplaced |= mLandscape.replaceRemoteCollections(viewId); in replaceRemoteCollections()
824 isActionReplaced |= mPortrait.replaceRemoteCollections(viewId); in replaceRemoteCollections()