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

  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 123 ArrayList<Time> endTimeList = new ArrayList<Time>();
131 endTimeList.add(new TimeImpl(endTimeStringList[i],
141 if (endTimeList.size() == 0) {
146 endTimeList.add(new TimeImpl("indefinite", getEndConstraints()));
151 endTimeList.add(new TimeImpl(
159 return new TimeListImpl(endTimeList);
ElementParallelTimeContainerImpl.java 91 TimeList endTimeList = child.getEnd();
92 for (int j = 0; j < endTimeList.getLength(); ++j) {
93 Time endTime = endTimeList.item(j);

Completed in 61 milliseconds