Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DZoomButtonTest.java112 long speed = 2000; in testOnLongClick() local
113 mZoomButton.setZoomSpeed(speed); in testOnLongClick()
117 new PollingCheck(speed + 500) { in testOnLongClick()
/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp173 double speed = in android_security_cts_EncryptionTest_aesIsFast() local
177 "(threshold %u ms)", TEST_ITERATIONS, ms, speed, TEST_THRESHOLD); in android_security_cts_EncryptionTest_aesIsFast()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js8220 show: function( speed, easing, callback ) { argument
8223 if ( speed || speed === 0 ) {
8224 return this.animate( genFx("show", 3), speed, easing, callback );
8266 hide: function( speed, easing, callback ) { argument
8267 if ( speed || speed === 0 ) {
8268 return this.animate( genFx("hide", 3), speed, easing, callback);
8320 fadeTo: function( speed, to, easing, callback ) { argument
8322 .animate({opacity: to}, speed, easing, callback);
8325 animate: function( prop, speed, easing, callback ) { argument
8326 var optall = jQuery.speed( speed, easing, callback );
[all …]
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackTest.java2190 final float speed = playbackParams.getSpeed(); in testVariableSpeedPlayback() local
2197 assertEquals(TAG, speed, checkParams.getSpeed()); in testVariableSpeedPlayback()