OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDur
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementSequentialTimeContainerImpl.java
49
instant -= ((ElementTime) allChildren.item(i)).
getDur
();
58
public float
getDur
() {
59
float dur = super.
getDur
();
64
if (child.
getDur
() < 0) {
68
dur += child.
getDur
();
ElementParallelTimeContainerImpl.java
77
public float
getDur
() {
78
float dur = super.
getDur
();
SmilDocumentImpl.java
78
public float
getDur
() {
79
return mSeqTimeContainer.
getDur
();
SmilParElementImpl.java
146
public float
getDur
() {
147
return mParTimeContainer.
getDur
();
ElementTimeImpl.java
108
public float
getDur
() {
143
float duration =
getDur
();
SmilMediaElementImpl.java
98
public float
getDur
() {
99
float dur = super.
getDur
();
272
public float
getDur
() {
273
return mElementTime.
getDur
();
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTime.java
53
public float
getDur
();
Completed in 190 milliseconds