HomeSort by relevance Sort by last modified time
    Searched refs:maxDuration (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfile.java 30 public GuardingProfile(Writer writer, Writer verbose, String name,int maxDuration) {
34 mMaxMillis = maxDuration;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 33 private int maxDuration;
86 maxDuration = max_duration_ms;
202 return maxDuration;
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 91 final int maxDuration = fast ? OPACITY_ENTER_DURATION_FAST : OPACITY_ENTER_DURATION;
92 final int duration = (int) ((1 - mOpacity) * maxDuration);
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
AudioLoopbackImageAnalyzer.java 97 final float maxDuration;
105 maxDuration = 3 * SECTION_WIDTH_IN_PERCENT;
111 maxDuration = 2.5f * SECTION_WIDTH_IN_PERCENT;
174 maxDuration,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 441 int maxDurationLength, long maxDuration) {
444 mMaxDuration = maxDuration;
445 mScale = (double) maxDurationLength / maxDuration;
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 175 long maxDuration = (long) (delay * INDEX_OF_CHILD3 * DURATION + DURATION);
177 maxDuration);
248 long maxDuration = (long) (DEFAULT_DELAY * INDEX_OF_CHILD3 * duration + duration);
250 maxDuration);
GridLayoutAnimationControllerTest.java 100 long maxDuration = 13000;
104 maxDuration);
114 maxDuration);
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 529 nsecs_t maxDuration = 0;
536 maxDuration = max(maxDuration, duration);
540 durationSum -= minDuration + maxDuration;
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 140 long maxDuration = 0;
144 maxDuration = maxDuration > (duration + 100) ? maxDuration : (duration + 100);
146 assertEquals(maxDuration, s2.getTotalDuration());
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java     [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 374 private void workForRandomPeriod(int minDuration, int maxDuration) {
376 int period = minDuration + random.nextInt(maxDuration - minDuration);
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 125 const maxDuration = 5 * time.Second
139 for duration <= maxDuration {
152 if duration <= maxDuration {
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 125 const maxDuration = 5 * time.Second
139 for duration <= maxDuration {
152 if duration <= maxDuration {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h     [all...]
  /prebuilts/go/darwin-x86/src/time/
time_test.go 956 maxDuration Duration = 1<<63 - 1
970 {Date(2109, 11, 23, 0, 0, 0, 0, UTC), Time{}, Duration(maxDuration)},
971 {Time{}, Date(-2109, 11, 23, 0, 0, 0, 0, UTC), Duration(maxDuration)},
974 {Date(2300, 1, 1, 0, 0, 0, 0, UTC), Date(2000, 1, 1, 0, 0, 0, 0, UTC), Duration(maxDuration)},
    [all...]
time.go 445 maxDuration Duration = 1<<63 - 1
647 return maxDuration // t - u is positive out of range
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 956 maxDuration Duration = 1<<63 - 1
970 {Date(2109, 11, 23, 0, 0, 0, 0, UTC), Time{}, Duration(maxDuration)},
971 {Time{}, Date(-2109, 11, 23, 0, 0, 0, 0, UTC), Duration(maxDuration)},
974 {Date(2300, 1, 1, 0, 0, 0, 0, UTC), Date(2000, 1, 1, 0, 0, 0, 0, UTC), Duration(maxDuration)},
    [all...]
time.go 445 maxDuration Duration = 1<<63 - 1
647 return maxDuration // t - u is positive out of range
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 

Completed in 707 milliseconds

1 2