Searched refs:mDisplayList (Results 1 – 1 of 1) sorted by relevance
60 private final ArrayList<EventDisplay> mDisplayList = new ArrayList<EventDisplay>(); field in EventDisplayOptions178 return mDisplayList; in getEventDisplays()310 EventDisplay display = mDisplayList.remove(selection); in createLeftPanel()311 mDisplayList.add(selection - 1, display); in createLeftPanel()338 EventDisplay display = mDisplayList.remove(selection); in createLeftPanel()339 mDisplayList.add(selection + 1, display); in createLeftPanel()697 mDisplayList.add(EventDisplay.clone(eventDisplay)); in duplicateEventDisplay()738 for (EventDisplay eventDisplay : mDisplayList) { in fillEventDisplayList()744 int count = mDisplayList.size(); in createNewEventDisplay()750 mDisplayList.add(eventDisplay); in createNewEventDisplay()[all …]