Searched refs:getDuration (Results 1 - 25 of 35) sorted by relevance

12

/external/nist-sip/java/javax/sip/header/
H A DRetryAfterHeader.java14 int getDuration(); method in interface:RetryAfterHeader
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DToastTest.java21 assertEquals(Toast.LENGTH_SHORT, toast.getDuration());
29 assertEquals(Toast.LENGTH_LONG, toast.getDuration());
H A DAnimationTest.java86 assertThat(animation.getDuration(), not(equalTo(1000l)));
88 assertThat(animation.getDuration(), equalTo(1000l));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DTwoSecondIntersectionFinder.java31 protected long getDuration(Track track) { method in class:TwoSecondIntersectionFinder
47 double thisTracksLength = getDuration(thisTrack) / thisTrack.getTrackMetaData().getTimescale();
H A DDefaultMp4Builder.java150 long tracksDuration = getDuration(track) * movieTimeScale / track.getTrackMetaData().getTimescale();
168 mvhd.getDuration() >= 1l << 32) {
222 tkhd.setDuration(getDuration(track) * getTimescale(movie) / track.getTrackMetaData().getTimescale());
232 tkhd.getDuration() >= 1l << 32) {
251 mdhd.setDuration(getDuration(track));
532 protected static long getDuration(Track track) { method in class:DefaultMp4Builder
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTiming.h25 void getDuration(String propertyName, Nullable<double>& element0, String& element1);
H A DAnimationNodeTiming.cpp67 void AnimationNodeTiming::getDuration(String propertyName, Nullable<double>& element0, String& element1) function in class:blink::AnimationNodeTiming
H A DAnimationTest.cpp258 specifiedWithDuration->getDuration("duration", numberDuration, stringDuration);
272 specifiedNoDuration->getDuration("duration", numberDuration2, stringDuration2);
331 specified->getDuration("duration", numberDuration, stringDuration);
339 specified->getDuration("duration", numberDuration2, stringDuration2);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMediaHeaderBox.java55 public long getDuration() { method in class:MediaHeaderBox
124 result.append("duration=").append(getDuration());
H A DMovieHeaderBox.java71 public long getDuration() { method in class:MovieHeaderBox
146 result.append("duration=").append(getDuration());
H A DTrackHeaderBox.java68 public long getDuration() { method in class:TrackHeaderBox
174 result.append("duration=").append(getDuration());
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DRetryAfter.java187 public int getDuration() { method in class:RetryAfter
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DAgentChatSession.java52 public long getDuration() { method in class:AgentChatSession
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java71 bitrate /= ((double) getDuration(track)) / track.getTrackMetaData().getTimescale(); // per second
75 protected static long getDuration(Track track) { method in class:AbstractManifestWriter
/external/chromium_org/third_party/skia/include/utils/
H A DSkInterpolator.h38 bool getDuration(SkMSec* startTime, SkMSec* endTime) const;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAnimation.java63 public long getDuration() { method in class:ShadowAnimation
H A DShadowToast.java73 public int getDuration() { method in class:ShadowToast
/external/skia/include/utils/
H A DSkInterpolator.h38 bool getDuration(SkMSec* startTime, SkMSec* endTime) const;
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java123 mAnimationEndTime = gameOverAnim.getDuration() + System.currentTimeMillis();
144 mAnimationEndTime = gameOverAnim.getDuration() + System.currentTimeMillis();
175 mKillActivityHandler.sleep(mAnimation.getDuration(0) * mAnimation.getNumberOfFrames());
/external/chromium_org/third_party/skia/src/utils/
H A DSkInterpolator.cpp47 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { function in class:SkInterpolatorBase
77 this->getDuration(&startTime, &endTime);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js541 opt_effect && opt_effect.getDuration());
569 opt_duration = opt_effect.getDuration();
617 this, newScreenImage, this.viewport_, null, effect.getDuration()),
681 ImageView.Effect.prototype.getDuration = function() { return this.duration_; };
688 return this.getDuration() + ImageView.Effect.MARGIN;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_view.js540 var durationDifference = source2.getDuration() - source1.getDuration();
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaPlayerBridge.java111 protected int getDuration() { method in class:MediaPlayerBridge
112 return getLocalPlayer().getDuration();
/external/skia/src/utils/
H A DSkInterpolator.cpp47 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { function in class:SkInterpolatorBase
77 this->getDuration(&startTime, &endTime);

Completed in 735 milliseconds

12