HomeSort by relevance Sort by last modified time
    Searched full:duration (Results 251 - 275 of 4952) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java 76 * Animate transisiton if duration is non-zero.
77 * @param duration millisends for the transisiton animation.
79 void showBouncer(int duration);
83 * Animate transisiton if duration is non-zero.
84 * @param duration millisends for the transisiton animation.
86 void hideBouncer(int duration);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 89 int duration = mp.getDuration(); local
90 Log.v(TAG, "Duration " + duration);
93 return duration;
118 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1));
152 int duration = 0; local
160 duration = mp.getDuration();
161 Log.v(TAG, "setLooping duration " + duration);
165 mp.seekTo(duration - 5000)
197 int duration = mp.getDuration(); local
320 int duration = 0; local
353 int duration = 0; local
381 int duration = 0; local
408 int duration = 200000; local
439 int duration = 0; local
462 int duration = 0; local
546 int duration = 0; local
769 int duration = 0; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 138 * the indicated value, noting the duration of time actually parked.
165 * either case, this constructor takes a duration to park for
204 * Wait for the test to complete and return the duration.
208 * @return the duration in milliseconds
227 * Asserts that the actual duration is within 10% of the
230 * @param expectedMillis the expected duration, in milliseconds
241 long duration = getDurationMillis(waitMillis); local
243 if (duration < minimum) {
244 Assert.fail("expected duration: " + expectedMillis +
245 " minimum duration: " + minimum
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_slices.js 24 results.appendSummaryRowTime(table, 'Duration', slice.duration);
28 table, 'Duration (U)', slice.durationInUserTime);
49 // compute total sliceHits duration
73 var duration = 0;
82 duration += slice.duration;
87 min = Math.min(slice.duration, min);
88 max = Math.max(slice.duration, max);
91 totalDuration += duration;
    [all...]
  /external/chromium_org/third_party/polymer/components/paper-menu-button/
paper-menu-button-transition.html 18 <polymer-element name="paper-menu-button-transition" extends="core-transition-css" attributes="duration transformOrigin">
30 duration: 500,
59 duration: this.duration * offset
73 delay: this.duration * offset,
74 duration: this.duration * (1 - offset),
83 var itemDuration = this.duration * (1 - itemDelay) / items.length;
90 delay: this.duration * itemDelay + itemDuration * i,
91 duration: itemDuration
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record_unittest.py 29 timestamp=0, duration=200, thread_start=20, thread_duration=100)
34 duration = time_end - time_start
37 duration, thread_start, thread_duration)
79 timestamp=0, duration=200, start_thread=renderer_main,
111 timestamp=0, duration=200, start_thread=renderer_main,
118 ' start=0.000000, duration=200, thread_start=30, thread_duration=30))')
133 timestamp=50, duration=100, start_thread=renderer_main,
147 # The overlapped wall-time duration is 50ms.
148 # The overlapped thread-time duration is 50ms * 75% * 50% = 18.75
154 # The overlapped wall-time duration is 40ms
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
TimeUtils.java 75 private static int formatDurationLocked(long duration, int fieldLen) {
82 if (duration == 0) {
93 if (duration > 0) {
97 duration = -duration;
100 int millis = (int)(duration%1000);
101 int seconds = (int) Math.floor(duration / 1000);
147 public static void formatDuration(long duration, StringBuilder builder) {
149 int len = formatDurationLocked(duration, 0);
155 public static void formatDuration(long duration, PrintWriter pw, int fieldLen)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
urimime.c 122 // get the player duration
123 SLmillisecond duration; local
124 result = (*playerPlay)->GetDuration(playerPlay, &duration);
126 if (SL_TIME_UNKNOWN == duration)
127 printf("Duration: unknown\n");
129 printf("Duration: %.1f\n", duration / 1000.0f);
146 // get the player duration
147 result = (*playerPlay)->GetDuration(playerPlay, &duration);
149 if (SL_TIME_UNKNOWN == duration)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_buffer.cc 29 // | event |E|R| volume | duration |
46 // - duration: The duration field indicates the duration of the event or segment
51 // The event may or may not have ended. If the event duration
52 // exceeds the maximum representable by the duration field, the
54 // discard zero-duration events.
70 event->duration = payload[2] << 8 | payload[3];
78 // DTMF events can be quite long, and in most cases the duration of the event
83 // while the duration will be the cumulative duration from the start. Whe
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 97 int duration = mp.getDuration(); local
98 Log.v(TAG, "Duration " + duration);
101 return duration;
126 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1));
165 int duration = 0; local
173 duration = mp.getDuration();
174 Log.v(TAG, "setLooping duration " + duration);
178 mp.seekTo(duration - 5000)
210 int duration = mp.getDuration(); local
333 int duration = 0; local
378 int duration = 0; local
406 int duration = 0; local
433 int duration = 200000; local
464 int duration = 0; local
487 int duration = 0; local
571 int duration = 0; local
793 int duration = 0; local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
slice.js 24 this.duration = opt_duration;
31 return this.start + this.duration;
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.h 22 base::TimeDelta duration);
33 base::TimeDelta duration);
  /external/chromium_org/cc/debug/
rendering_stats_instrumentation.cc 86 void RenderingStatsInstrumentation::AddPaint(base::TimeDelta duration,
92 main_thread_rendering_stats_.paint_time += duration;
96 void RenderingStatsInstrumentation::AddRecord(base::TimeDelta duration,
102 main_thread_rendering_stats_.record_time += duration;
106 void RenderingStatsInstrumentation::AddRaster(base::TimeDelta duration,
112 impl_thread_rendering_stats_.rasterize_time += duration;
116 void RenderingStatsInstrumentation::AddAnalysis(base::TimeDelta duration,
122 impl_thread_rendering_stats_.analysis_time += duration;
  /external/chromium_org/chrome/android/java/res/anim/
menu_exit.xml 15 android:duration="150" />
19 android:duration="150" />
  /external/chromium_org/media/blink/
webmediasource_impl.h 29 virtual double duration();
30 virtual void setDuration(double duration);
  /external/chromium_org/media/test/data/
media_source_player.html 14 video.currentTime = 0.9 * video.duration;
23 // duration and fires the ended event.
  /external/chromium_org/ui/compositor/
float_animation_curve_adapter.h 19 base::TimeDelta duration);
24 virtual double Duration() const OVERRIDE;
transform_animation_curve_adapter.h 23 base::TimeDelta duration);
28 virtual double Duration() const OVERRIDE;
54 base::TimeDelta duration);
58 virtual double Duration() const OVERRIDE;
  /external/lldb/test/pexpect-2.4/examples/
uptime.py 34 duration, users, av1, av5, av15 = p.match.groups()
36 # The duration is a little harder to parse because of all the different
43 if 'day' in duration:
44 p.match = re.search('([0-9]+)\s+day',duration)
46 if ':' in duration:
47 p.match = re.search('([0-9]+):([0-9]+)',duration)
50 if 'min' in duration:
51 p.match = re.search('([0-9]+)\s+min',duration)
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
FloatAnimation.java 25 public FloatAnimation(float from, float to, int duration) {
29 setDuration(duration);
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 48 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) {
49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
50 mOriginalDuration = duration;
75 // Ensure we don't calculate a non-sensical duration
76 long duration = mOriginalDuration - currentPlayTime; local
77 mAnimator.setDuration(Math.max(0, Math.min(duration, mOriginalDuration)));
104 * direction and animate for a correspondingly shorter duration.
114 * direction and animate for a correspondingly shorter duration.
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 48 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) {
49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
50 mOriginalDuration = duration;
75 // Ensure we don't calculate a non-sensical duration
76 long duration = mOriginalDuration - currentPlayTime; local
77 mAnimator.setDuration(Math.max(0, Math.min(duration, mOriginalDuration)));
104 * direction and animate for a correspondingly shorter duration.
114 * direction and animate for a correspondingly shorter duration.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 1 Code completion in animator1.xml for android:^duration="2000":
4 android:duration : Amount of time (in milliseconds) for the animation to run. [integer]
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollOffsetAnimationCurve.h 19 virtual double duration() const = 0;
  /external/chromium_org/third_party/launchpad_translations/
inspector_strings_kw.xtb 6 <translation id="1311367388993416646"><ph name="DURATION"/>ms</translation>

Completed in 904 milliseconds

<<11121314151617181920>>