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 125 ArrayList<Time> endTimeList = new ArrayList<Time>();
133 endTimeList.add(new TimeImpl(endTimeStringList[i],
143 if (endTimeList.size() == 0) {
148 endTimeList.add(new TimeImpl("indefinite", getEndConstraints()));
153 endTimeList.add(new TimeImpl(
161 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 159 milliseconds