Home
last modified time | relevance | path

Searched refs:endTimeList (Results 1 – 2 of 2) sorted by relevance

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