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

1 2

  /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);
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 100 long maxDuration = 13000;
104 maxDuration);
114 maxDuration);
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);
  /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());
  /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/native/services/surfaceflinger/
DispSync.cpp 539 nsecs_t maxDuration = 0;
546 maxDuration = max(maxDuration, duration);
550 durationSum -= minDuration + maxDuration;
  /prebuilts/go/darwin-x86/src/time/
time.go 445 maxDuration Duration = 1<<63 - 1
647 return maxDuration // t - u is positive out of range
    [all...]
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...]
  /prebuilts/go/linux-x86/src/time/
time.go 445 maxDuration Duration = 1<<63 - 1
647 return maxDuration // t - u is positive out of range
    [all...]
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...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java     [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 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 

Completed in 754 milliseconds

1 2