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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
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...]
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...]

Completed in 39 milliseconds