OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeImpl
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java
52
return
TimeImpl
.ALLOW_ALL;
57
return
TimeImpl
.ALLOW_ALL;
78
beginTimeList.add(new
TimeImpl
(beginTimeStringList[i], getBeginConstraints()));
103
beginTimeList.add(new
TimeImpl
("0",
TimeImpl
.ALLOW_ALL));
113
dur =
TimeImpl
.parseClockValue(durString) / 1000f;
131
endTimeList.add(new
TimeImpl
(endTimeStringList[i],
146
endTimeList.add(new
TimeImpl
("indefinite", getEndConstraints()));
151
endTimeList.add(new
TimeImpl
(
269
TimeImpl
.parseClockValue(mSmilElement.getAttribute("repeatDur"))
[
all
...]
TimeImpl.java
24
public class
TimeImpl
implements Time {
40
* Creates a
TimeImpl
representation of a time-value represented as a String.
64
* @return A
TimeImpl
instance representing
70
TimeImpl
(String timeValue, int constraints) {
SmilParElementImpl.java
107
return (
TimeImpl
.ALLOW_OFFSET_VALUE); // Do not set ALLOW_NEGATIVE_VALUE
Completed in 32 milliseconds