Searched refs:SMILLayoutElement (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILDocument.java15 * 3) ADD public SMILLayoutElement getLayout();
49 public SMILLayoutElement getLayout();
H A DSMILLayoutElement.java25 public interface SMILLayoutElement extends SMILElement { interface in inherits:SMILElement
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilLayoutElementImpl.java21 import org.w3c.dom.smil.SMILLayoutElement;
27 SMILLayoutElement {
H A DSmilDocumentImpl.java30 import org.w3c.dom.smil.SMILLayoutElement;
262 public SMILLayoutElement getLayout() {
268 while ((layoutElement != null) && !(layoutElement instanceof SMILLayoutElement)) {
277 return (SMILLayoutElement) layoutElement;
/packages/apps/Mms/src/com/android/mms/model/
H A DSmilHelper.java36 import org.w3c.dom.smil.SMILLayoutElement;
188 SMILLayoutElement layout = (SMILLayoutElement) document.createElement("layout");
268 SMILLayoutElement layoutElement = (SMILLayoutElement)
387 SMILLayoutElement smilLayout,
H A DSlideshowModel.java36 import org.w3c.dom.smil.SMILLayoutElement;
116 SMILLayoutElement sle = document.getLayout();

Completed in 91 milliseconds