Searched refs:setDur (Results 1 – 6 of 6) sorted by relevance
190 public void setDur(float dur) throws DOMException { in setDur() method in SmilParElementImpl191 mParTimeContainer.setDur(dur); in setDur()
122 public void setDur(float dur) throws DOMException { in setDur() method in SmilDocumentImpl123 mSeqTimeContainer.setDur(dur); in setDur()
315 public void setDur(float dur) throws DOMException { in setDur() method in SmilMediaElementImpl316 mElementTime.setDur(dur); in setDur()
283 public void setDur(float dur) throws DOMException { in setDur() method in ElementTimeImpl
54 public void setDur(float dur) in setDur() method
149 par.setDur(8.0f); in addPar()303 par.setDur(slide.getDuration() / 1000f); in createSmilDocument()353 sme.setDur((float) duration / 1000); in createSmilDocument()