Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java112 private List<ListEntry> mReadOnlyNotifList = Collections.unmodifiableList(mNotifList); field in ShadeListBuilder
252 return mReadOnlyNotifList; in getShadeList()
357 dispatchOnBeforeTransformGroups(mReadOnlyNotifList); in buildList()
369 dispatchOnBeforeFinalizeFilter(mReadOnlyNotifList); in buildList()
378 dispatchOnBeforeSort(mReadOnlyNotifList); in buildList()
389 dispatchOnBeforeRenderList(mReadOnlyNotifList); in buildList()
392 mOnRenderListListener.onRenderList(mReadOnlyNotifList); in buildList()
399 mReadOnlyNotifList.size(), in buildList()
400 countChildren(mReadOnlyNotifList)); in buildList()
439 List<ListEntry> readOnlyNotifList = mReadOnlyNotifList; in applyNewNotifList()
[all …]