Searched refs:mReadOnlyNotifList (Results 1 – 1 of 1) sorted by relevance
112 private List<ListEntry> mReadOnlyNotifList = Collections.unmodifiableList(mNotifList); field in ShadeListBuilder252 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 …]