Searched defs:animate (Results 1 - 21 of 21) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
H A DDrawableCrossFadeViewAnimation.java43 public boolean animate(T current, ViewAdapter adapter) { method in class:DrawableCrossFadeViewAnimation
52 defaultAnimation.animate(current, adapter);
H A DGlideAnimation.java54 boolean animate(R current, ViewAdapter adapter); method in interface:GlideAnimation
H A DViewAnimation.java35 public boolean animate(R current, ViewAdapter adapter) { method in class:ViewAnimation
H A DViewPropertyAnimation.java37 public boolean animate(R current, ViewAdapter adapter) { method in class:ViewPropertyAnimation
40 animator.animate(adapter.getView());
52 * @param view The view to animate.
54 void animate(View view); method in interface:ViewPropertyAnimation.Animator
H A DNoAnimation.java44 public boolean animate(Object current, ViewAdapter adapter) { method in class:NoAnimation
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAbsSpinner.java27 public void setSelection(int position, boolean animate) { argument
29 animatedTransition = animate;
/external/skia/gm/
H A Dgm.cpp54 bool GM::animate(const SkAnimTimer& timer) { function in class:GM
/external/skia/samplecode/
H A DSampleCode.h114 bool animate(const SkAnimTimer& timer) { return this->onAnimate(timer); } function in class:SampleView
/external/skia/src/animator/
H A DSkDisplayEvent.cpp180 SkAnimateBase* animate = (SkAnimateBase*) fTarget; local
181 animate->setHasEndEvent();
H A DSkDisplayTypes.cpp20 SkAnimateBase* animate = (SkAnimateBase* ) *depPtr; local
21 animate->setChanged(true);
H A DSkAnimateActive.cpp142 SkAnimateBase* animate = fAnimators[index]; local
143 SkMSec duration = animate->dur;
151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
154 // value.fType = animate->getValuesType();
171 SkAnimateBase* animate = fAnimators[index]; local
173 int count = animate->components();
174 if (animate->formula.size() > 0) {
177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
178 animate
201 SkAnimateBase* animate = fAnimators[index]; local
237 SkAnimateBase* animate = fAnimators[index]; local
273 SkAnimateBase* animate = fAnimators[index]; local
301 SkAnimateBase* animate = fAnimators[index]; local
332 SkAnimateBase* animate = fAnimators[index]; local
343 SkAnimateBase* animate = fAnimators[index]; local
[all...]
H A DSkAnimateMaker.cpp255 void SkAnimateMaker::postOnEnd(SkAnimateBase* animate, SkMSec end) { argument
257 evt.setS32("time", animate->getStart() + end);
258 evt.setPtr("anim", animate);
H A DSkDisplayApply.cpp456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkADrawable* SkApply::getTarget(SkAnimateBase* animate) { argument
511 if (animate->fTargetIsScope == false || mode != kMode_create)
512 return animate->fTarget;
571 SkAnimateBase* animate = fActive->fAnimators[inner]; local
572 if (animate->fChanged) {
573 animate->fChanged = false;
574 animate
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/
H A DBitmapRequestBuilder.java138 * loads, you need to call {@link #animate(int)} on both the thumb and the full request. For a simpler thumbnail
329 public BitmapRequestBuilder<ModelType, TranscodeType> animate(int animationId) { method in class:BitmapRequestBuilder
330 super.animate(animationId);
340 public BitmapRequestBuilder<ModelType, TranscodeType> animate(Animation animation) { method in class:BitmapRequestBuilder
341 super.animate(animation);
349 public BitmapRequestBuilder<ModelType, TranscodeType> animate(ViewPropertyAnimation.Animator animator) { method in class:BitmapRequestBuilder
350 super.animate(animator);
H A DDrawableRequestBuilder.java65 * you need to call {@link #animate(int)} on both the thumb and the full request. For a simpler thumbnail
246 super.animate(new DrawableCrossFadeFactory<GlideDrawable>());
254 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(duration));
263 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(animation, duration));
271 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(context, animationId,
289 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { method in class:DrawableRequestBuilder
290 super.animate(animator);
298 public DrawableRequestBuilder<ModelType> animate(int animationId) { method in class:DrawableRequestBuilder
299 super.animate(animationId);
309 public DrawableRequestBuilder<ModelType> animate(Animatio method in class:DrawableRequestBuilder
[all...]
H A DGifRequestBuilder.java65 * you need to call {@link #animate(int)} on both the thumb and the full request. For a simpler thumbnail
233 super.animate(new DrawableCrossFadeFactory<GifDrawable>());
242 super.animate(new DrawableCrossFadeFactory<GifDrawable>(duration));
252 super.animate(new DrawableCrossFadeFactory<GifDrawable>(animation, duration));
261 super.animate(new DrawableCrossFadeFactory<GifDrawable>(context, animationId,
279 public GifRequestBuilder<ModelType> animate(int animationId) { method in class:GifRequestBuilder
280 super.animate(animationId);
290 public GifRequestBuilder<ModelType> animate(Animation animation) { method in class:GifRequestBuilder
291 super.animate(animation);
299 public GifRequestBuilder<ModelType> animate(ViewPropertyAnimatio method in class:GifRequestBuilder
[all...]
H A DGenericRequestBuilder.java361 return animate(animation);
371 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate(int animationId) { method in class:GenericRequestBuilder
372 return animate(new ViewAnimationFactory<TranscodeType>(context, animationId));
379 * @see #animate(int)
380 * @see #animate(com.bumptech.glide.request.animation.ViewPropertyAnimation.Animator)
384 * views animating repeatedly. Use {@link #animate(int)} or
385 * {@link #animate(com.bumptech.glide.request.animation.ViewPropertyAnimation.Animator)}. Scheduled to be removed in
391 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate(Animation animation) { method in class:GenericRequestBuilder
392 return animate(new ViewAnimationFactory<TranscodeType>(animation));
403 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate( method in class:GenericRequestBuilder
408 GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate( method in class:GenericRequestBuilder
[all...]
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp269 void RenderingWidget::animate() function in class:RenderingWidget
343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
545 animate();
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 753 milliseconds