Searched refs:animate (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 2213 public void removeDetachedView(View child, boolean animate) { in removeDetachedView() argument 2214 super.removeDetachedView(child, animate); in removeDetachedView()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 8224 return this.animate( genFx("show", 3), speed, easing, callback ); 8268 return this.animate( genFx("hide", 3), speed, easing, callback); 8314 this.animate(genFx("toggle", 3), fn, fn2, callback); 8322 .animate({opacity: to}, speed, easing, callback); 8325 animate: function( prop, speed, easing, callback ) { method 8550 return this.animate( props, speed, easing, callback );
|