Searched refs:mReadOnlyNotifList (Results 1 – 1 of 1) sorted by relevance
135 private List<ListEntry> mReadOnlyNotifList = Collections.unmodifiableList(mNotifList); field in ShadeListBuilder315 return mReadOnlyNotifList; in getShadeList()432 dispatchOnBeforeTransformGroups(mReadOnlyNotifList); in buildList()443 dispatchOnBeforeSort(mReadOnlyNotifList); in buildList()453 dispatchOnBeforeFinalizeFilter(mReadOnlyNotifList); in buildList()466 dispatchOnBeforeRenderList(mReadOnlyNotifList); in buildList()469 mOnRenderListListener.onRenderList(mReadOnlyNotifList); in buildList()477 mReadOnlyNotifList.size(), in buildList()478 countChildren(mReadOnlyNotifList), in buildList()520 List<ListEntry> readOnlyNotifList = mReadOnlyNotifList; in applyNewNotifList()[all …]