OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smil
(Results
1 - 25
of
72
) sorted by null
1
2
3
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeContainerImpl.java
18
package com.android.mms.dom.
smil
;
20
import org.w3c.dom.
smil
.ElementTimeContainer;
21
import org.w3c.dom.
smil
.SMILElement;
SmilRegionMediaElementImpl.java
18
package com.android.mms.dom.
smil
;
21
import org.w3c.dom.
smil
.SMILDocument;
22
import org.w3c.dom.
smil
.SMILRegionElement;
23
import org.w3c.dom.
smil
.SMILRegionMediaElement;
SmilRefElementImpl.java
18
package com.android.mms.dom.
smil
;
20
import org.w3c.dom.
smil
.SMILRefElement;
ElementSequentialTimeContainerImpl.java
18
package com.android.mms.dom.
smil
;
24
import org.w3c.dom.
smil
.ElementSequentialTimeContainer;
25
import org.w3c.dom.
smil
.ElementTime;
26
import org.w3c.dom.
smil
.SMILElement;
SmilElementImpl.java
18
package com.android.mms.dom.
smil
;
21
import org.w3c.dom.
smil
.SMILElement;
29
* @param owner The
SMIL
document to which this element belongs to
TimeListImpl.java
18
package com.android.mms.dom.
smil
;
22
import org.w3c.dom.
smil
.Time;
23
import org.w3c.dom.
smil
.TimeList;
SmilLayoutElementImpl.java
18
package com.android.mms.dom.
smil
;
23
import org.w3c.dom.
smil
.SMILLayoutElement;
24
import org.w3c.dom.
smil
.SMILRootLayoutElement;
SmilDocumentImpl.java
18
package com.android.mms.dom.
smil
;
26
import org.w3c.dom.
smil
.ElementSequentialTimeContainer;
27
import org.w3c.dom.
smil
.ElementTime;
28
import org.w3c.dom.
smil
.SMILDocument;
29
import org.w3c.dom.
smil
.SMILElement;
30
import org.w3c.dom.
smil
.SMILLayoutElement;
31
import org.w3c.dom.
smil
.TimeList;
175
// This includes also the structural nodes
SMIL
,
186
rootElement = createElement("
smil
");
/packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimateColorElement.java
13
package org.w3c.dom.
smil
;
16
* This interface represents the
SMIL
<code>animateColor</code> element.
SMILAnimateElement.java
13
package org.w3c.dom.
smil
;
16
* This interface represents the
SMIL
<code>animate</code> element.
SMILElement.java
13
package org.w3c.dom.
smil
;
19
* The <code>SMILElement</code> interface is the base for all
SMIL
element
21
* DOM, extending the base <code>Element</code> class to denote
SMIL
-specific
25
* profile that include HTML and
SMIL
modules will effectively implement both
SMILDocument.java
18
package org.w3c.dom.
smil
;
23
* A
SMIL
document is the root of the
SMIL
Hierarchy and holds the entire
27
* any other document level issues. Are there issues with nested
SMIL
files?
29
* differing profiles? E.g. Standalone
SMIL
, HTML integration, etc.
SMILRefElement.java
13
package org.w3c.dom.
smil
;
ElementLayout.java
13
package org.w3c.dom.
smil
;
18
* This interface is used by
SMIL
elements root-layout, top-layout and region.
SMILAnimateMotionElement.java
13
package org.w3c.dom.
smil
;
18
* This interface present the <code>animationMotion</code> element in
SMIL
.
SMILLayoutElement.java
17
package org.w3c.dom.
smil
;
28
* default value of the type attribute is "text/
smil
-basic-layout".
ElementSequentialTimeContainer.java
13
package org.w3c.dom.
smil
;
SMILParElement.java
18
package org.w3c.dom.
smil
;
SMILRegionInterface.java
13
package org.w3c.dom.
smil
;
SMILRegionMediaElement.java
18
package org.w3c.dom.
smil
;
SMILRootLayoutElement.java
13
package org.w3c.dom.
smil
;
/packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java
20
import static com.android.mms.dom.
smil
.SmilMediaElementImpl.SMIL_MEDIA_END_EVENT;
21
import static com.android.mms.dom.
smil
.SmilMediaElementImpl.SMIL_MEDIA_PAUSE_EVENT;
22
import static com.android.mms.dom.
smil
.SmilMediaElementImpl.SMIL_MEDIA_SEEK_EVENT;
23
import static com.android.mms.dom.
smil
.SmilMediaElementImpl.SMIL_MEDIA_START_EVENT;
24
import static com.android.mms.dom.
smil
.SmilParElementImpl.SMIL_SLIDE_END_EVENT;
25
import static com.android.mms.dom.
smil
.SmilParElementImpl.SMIL_SLIDE_START_EVENT;
27
import com.android.mms.dom.
smil
.SmilDocumentImpl;
28
import com.android.mms.dom.
smil
.parser.SmilXmlParser;
29
import com.android.mms.dom.
smil
.parser.SmilXmlSerializer;
38
import org.w3c.dom.
smil
.SMILDocument
179
SMILElement
smil
= (SMILElement) document.createElement("
smil
");
local
[
all
...]
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlParser.java
18
package com.android.mms.dom.
smil
.parser;
29
import org.w3c.dom.
smil
.SMILDocument;
31
import com.android.mms.dom.
smil
.parser.SmilContentHandler;
64
* Calling getBody() will create "
smil
", "head", and "body" elements if they
67
* @see com.android.mms.dom.
smil
.SmilDocumentImpl#getBody()
73
* @see com.android.mms.dom.
smil
.SmilDocumentImpl#getLayout()
SmilContentHandler.java
18
package com.android.mms.dom.
smil
.parser;
25
import org.w3c.dom.
smil
.SMILDocument;
29
import com.android.mms.dom.
smil
.SmilDocumentImpl;
SmilXmlSerializer.java
18
package com.android.mms.dom.
smil
.parser;
30
import org.w3c.dom.
smil
.SMILDocument;
31
import org.w3c.dom.
smil
.SMILElement;
Completed in 290 milliseconds
1
2
3