/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
Tween.java | 8 * Core class of the Tween Engine. A Tween is basically an interpolation 10 * Tween is that you can apply an easing formula on this interpolation, in 15 * The Universal Tween Engine is called "universal" because it is able to apply 24 * new interpolations easily. The common way to create a Tween is by using one 28 * - Tween.to(...)<br/> 29 * - Tween.from(...)<br/> 30 * - Tween.set(...)<br/> 31 * - Tween.call(...) 34 * <h2>Example - firing a Tween</h2 208 Tween tween = pool.get(); local 246 Tween tween = pool.get(); local 284 Tween tween = pool.get(); local 313 Tween tween = pool.get(); local 330 Tween tween = pool.get(); local [all...] |
Timeline.java | 15 * 1. First, opacity and scale are set to 0 (with Tween.set() calls).<br/> 28 * .push(Tween.set(myObject, OPACITY).target(0)) 29 * .push(Tween.set(myObject, SCALE).target(0, 0)) 31 * .push(Tween.to(myObject, OPACITY, 0.5f).target(1).ease(Quad.INOUT)) 32 * .push(Tween.to(myObject, SCALE, 0.5f).target(1, 1).ease(Quad.INOUT)) 35 * .push(Tween.to(myObject, POSITION_X, 0.5f).target(100).ease(Quad.INOUT)) 36 * .push(Tween.to(myObject, ROTATION, 0.5f).target(360).ease(Quad.INOUT)) 41 * @see Tween 139 * Adds a Tween to the current timeline. 143 public Timeline push(Tween tween) [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
Tweener.java | 99 // Re-use existing tween, if present 100 Tweener tween = sTweens.get(object); local 102 if (tween == null) { 105 tween = new Tweener(anim); 106 sTweens.put(object, tween); 107 if (DEBUG) Log.v(TAG, "Added new Tweener " + tween); 130 return tween; 166 Tweener tween = sTweens.get(killobject); local 167 if (tween != null) { 168 tween.animator.cancel() [all...] |
/external/universal-tween-engine/ |
Android.mk | 23 LOCAL_MODULE := universal-tween-engine
|
/external/chromium-trace/catapult/third_party/jquery/ |
jquery-2.1.4.js | [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
jquery.js | [all...] |
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
TweenApplet.java | 3 import aurelienribon.tweenengine.Tween; 94 String code = "Tween.to(mySprite, POSITION_XY, " + duration + ")"; 124 Tween.enablePooling(false); 125 Tween.registerAccessor(Sprite.class, new SpriteAccessor()); 168 Tween tween = Tween.to(vialSprite, SpriteAccessor.POSITION_XY, duration) 172 if (easing != null) tween.ease(easing); 173 if (isYoyo) tween.repeatYoyo(rptCnt, rptDelay); 174 else tween.repeat(rptCnt, rptDelay) [all...] |
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-core-full-nocompat.js | 9 - packager build Core/Core Core/Array Core/String Core/Number Core/Function Core/Object Core/Event Core/Browser Core/Class Core/Class.Extras Core/Slick.Parser Core/Slick.Finder Core/Element Core/Element.Style Core/Element.Event Core/Element.Delegation Core/Element.Dimensions Core/Fx Core/Fx.CSS Core/Fx.Tween Core/Fx.Morph Core/Fx.Transitions Core/Request Core/Request.HTML Core/Request.JSON Core/Cookie Core/JSON Core/DOMReady [all...] |
mootools-more-yui-compressed.min.js | 1 MooTools.More={version:"1.5.0",build:"73db5e24e6e9c5c87b3a27aebef2248053f7db37"};(function(){Events.Pseudos=function(a,j,i){var k="_monitorEvents:";var l=function(e){return{store:e.store?function(g,f){e.store(k+g,f)}:function(g,f){(e._monitorEvents||(e._monitorEvents={}))[g]=f},retrieve:e.retrieve?function(g,f){return e.retrieve(k+g,f)}:function(g,f){if(!e._monitorEvents){return f}return e._monitorEvents[g]||f}}};var b=function(f){if(f.indexOf(":")==-1||!a){return null}var g=Slick.parse(f).expressions[0][0],q=g.pseudos,h=q.length,r=[];while(h--){var s=q[h].key,e=a[s];if(e!=null){r.push({event:g.tag,value:q[h].value,pseudo:s,original:f,listener:e})}}return r.length?r:null};return{addEvent:function(t,g,w){var s=b(t);if(!s){return j.call(this,t,g,w)}var v=l(this),e=v.retrieve(t,[]),x=s[0].event,u=Array.slice(arguments,2),h=g,f=this;s.each(function(o){var n=o.listener,m=h;if(n==false){x+=":"+o.pseudo+"("+o.value+")"}else{h=function(){n.call(f,o,m,arguments,h)}}});e.include({type:x,event:g,monitor:h});v.store(t,e);if(t!=x){j.apply(this,[t,g].concat(u))}return j.apply(this,[x,h].concat(u))},removeEvent:function(e,f){var g=b(e);if(!g){return i.call(this,e,f)}var p=l(this),h=p.retrieve(e);if(!h){return this}var o=Array.slice(arguments,2);i.apply(this,[e,f].concat(o));h.each(function(n,m){if(!f||n.event==f){i.apply(this,[n.type,n.monitor].concat(o))}delete h[m]},this);p.store(e,h);return this}}};var c={once:function(b,a,g,h){a.apply(this,g);this.removeEvent(b.event,h).removeEvent(b.original,a)},throttle:function(b,a,f){if(!a._throttled){a.apply(this,f);a._throttled=setTimeout(function(){a._throttled=false},b.value||250)}},pause:function(b,a,f){clearTimeout(a._pause);a._pause=a.delay(b.value||250,this,f)}};Events.definePseudo=function(b,a){c[b]=a;return this};Events.lookupPseudo=function(a){return c[a]};var d=Events.prototype;Events.implement(Events.Pseudos(c,d.addEvent,d.removeEvent));["Request","Fx"].each(function(a){if(this[a]){this[a].implement(Events.prototype)}})})();Class.refactor=function(c,d){Object.each(d,function(a,b){var f=c.prototype[b];f=(f&&f.$origin)||f||function(){};c.implement(b,(typeof a=="function")?function(){var h=this.previous;this.previous=f;var e=a.apply(this,arguments);this.previous=h;return e}:a)});return c};Class.Mutators.Binds=function(b){if(!this.prototype.initialize){this.implement("initialize",function(){})}return Array.from(b).concat(this.prototype.Binds||[])};Class.Mutators.initialize=function(b){return function(){Array.from(this.Binds).each(function(a){var d=this[a];if(d){this[a]=d.bind(this)}},this);return b.apply(this,arguments)}};Class.Occlude=new Class({occlude:function(f,d){d=document.id(d||this.element);var e=d.retrieve(f||this.property);if(e&&!this.occluded){return(this.occluded=e)}this.occluded=false;d.store(f||this.property,this);return this.occluded}});(function(){var b={wait:function(a){return this.chain(function(){this.callChain.delay(a==null?500:a,this);return this}.bind(this))}};Chain.implement(b);if(this.Fx){Fx.implement(b)}if(this.Element&&Element.implement&&this.Fx){Element.implement({chains:function(a){Array.from(a||["tween","morph","reveal"]).each(function(d){d=this.get(d);if(!d){return}d.setOptions({link:"chain"})},this);return this},pauseFx:function(d,a){this.chains(a).get(a||"tween").wait(d);return this}})}})();(function(b){Array.implement({min:function(){return Math.min.apply(n (…) [all...] |
/external/chromium-trace/catapult/tracing/third_party/d3/ |
d3.min.js | [all...] |