Searched defs:currentList (Results 1 – 6 of 6) sorted by relevance
113 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in listNotChanged_shouldNotInvokeAnyCallbacks() local128 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>(); in headersOnly_emptyListToNonEmpty_shouldInvokeNotifyDataSetChanged() local147 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersOnly_nonEmptyToEmptyList_shouldInvokeNotifyDataSetChanged() local164 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersOnly_itemAddedAndRemovedInTheNewList_shouldInvokeCorrectCallbacks() local187 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_itemAddedAndRemovedInTheNewList_shouldInvokeCorrectCallbacks() local210 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_userInteractWithHeader_shouldInvokeCorrectCallbacks() local228 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_headerWidgetsModified_shouldInvokeCorrectCallbacks() local249 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_contentMaxSpanSizeModified_shouldInvokeCorrectCallbacks() local
183 List<WidgetsListBaseEntry> currentList = List.of( in setWidgets_hodgepodge_shouldInvokeExpectedDataObserverCallbacks() local
60 public @NonNull List<Announcement> currentList = new ArrayList<>(); field in AnnouncementAggregator.ModuleWatcher
61 void onListChanged(List<BrowseViewData> previousList, List<BrowseViewData> currentList); in onListChanged()200 @NonNull List<BrowseViewData> currentList) { in onCurrentListChanged()
109 private boolean profileListsAreDifferent(List<Preference> currentList, in profileListsAreDifferent()
276 List<Contact> currentList = getValue(); in setValue() local