HomeSort by relevance Sort by last modified time
    Searched refs:EventDisplay (Results 1 - 7 of 7) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 24 import com.android.ddmuilib.log.event.EventDisplay.OccurrenceDisplayDescriptor;
25 import com.android.ddmuilib.log.event.EventDisplay.ValueDisplayDescriptor;
61 private final ArrayList<EventDisplay> mDisplayList = new ArrayList<EventDisplay>();
121 * Opens the display option dialog, to edit the {@link EventDisplay} objects provided in the
126 * @return true if the list of {@link EventDisplay} objects was updated.
128 boolean open(EventLogParser logParser, ArrayList<EventDisplay> displayList,
141 // make a copy of the EventDisplay list since we'll use working copies.
178 ArrayList<EventDisplay> getEventDisplays() {
311 // update the list of EventDisplay
    [all...]
EventLogPanel.java 33 import com.android.ddmuilib.log.event.EventDisplay.ILogColumnListener;
71 private final static String PREFS_EVENT_DISPLAY = "EventLogPanel.eventDisplay"; //$NON-NLS-1$
96 private final ArrayList<EventDisplay> mEventDisplays = new ArrayList<EventDisplay>();
210 // get the new EventDisplay list
214 // since the list of EventDisplay changed, we store it.
236 for (EventDisplay eventDisplay : mEventDisplays) {
237 eventDisplay.resetUI();
384 // load the EventDisplay from storage
    [all...]
EventDisplay.java 60 abstract class EventDisplay {
81 * Creates the appropriate EventDisplay subclass.
87 public static EventDisplay eventDisplayFactory(int type, String name) {
365 EventDisplay(String name) {
369 static EventDisplay clone(EventDisplay from) {
370 EventDisplay ed = eventDisplayFactory(from.getDisplayType(), from.getName());
666 * Prepares the {@link EventDisplay} for a multi event display.
675 * Finalizes the {@link EventDisplay} after a multi event display.
693 * Loads a new {@link EventDisplay} from a storage string. The string must have been create
    [all...]
SyncCommon.java 25 abstract public class SyncCommon extends EventDisplay {
EventValueSelector.java 23 import com.android.ddmuilib.log.event.EventDisplay.OccurrenceDisplayDescriptor;
24 import com.android.ddmuilib.log.event.EventDisplay.ValueDisplayDescriptor;
DisplayGraph.java 41 public class DisplayGraph extends EventDisplay {
DisplayLog.java 45 public class DisplayLog extends EventDisplay {

Completed in 97 milliseconds