Home
last modified time | relevance | path

Searched defs:animate (Results 1 – 25 of 47) sorted by relevance

12

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMagnificationController.java74 protected boolean reset(boolean animate) { in reset()
83 protected boolean setCenter(float centerX, float centerY, boolean animate) { in setCenter()
91 protected boolean setScale(float scale, boolean animate) { in setScale()
DShadowAbsSpinner.java20 protected void setSelection(int position, boolean animate) { in setSelection()
43 void setSelection(int position, boolean animate); in setSelection()
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DViewPropertyAnimation.java37 public boolean animate(R current, ViewAdapter adapter) { in animate() method in ViewPropertyAnimation
54 void animate(View view); in animate() method
DGlideAnimation.java54 boolean animate(R current, ViewAdapter adapter); in animate() method
DViewAnimation.java35 public boolean animate(R current, ViewAdapter adapter) { in animate() method in ViewAnimation
DDrawableCrossFadeViewAnimation.java43 public boolean animate(T current, ViewAdapter adapter) { in animate() method in DrawableCrossFadeViewAnimation
DNoAnimation.java44 public boolean animate(Object current, ViewAdapter adapter) { in animate() method in NoAnimation
/external/robolectric-shadows/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/
DShadowDrawerLayout.java29 protected void openDrawer(View drawerView, boolean animate) { in openDrawer()
35 protected void closeDrawer(View drawerView, boolean animate) { in closeDrawer()
/external/glide/library/src/main/java/com/bumptech/glide/
DGifRequestBuilder.java279 public GifRequestBuilder<ModelType> animate(int animationId) { in animate() method in GifRequestBuilder
290 public GifRequestBuilder<ModelType> animate(Animation animation) { in animate() method in GifRequestBuilder
299 public GifRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { in animate() method in GifRequestBuilder
DDrawableRequestBuilder.java289 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { in animate() method in DrawableRequestBuilder
298 public DrawableRequestBuilder<ModelType> animate(int animationId) { in animate() method in DrawableRequestBuilder
309 public DrawableRequestBuilder<ModelType> animate(Animation animation) { in animate() method in DrawableRequestBuilder
DBitmapRequestBuilder.java329 public BitmapRequestBuilder<ModelType, TranscodeType> animate(int animationId) { in animate() method in BitmapRequestBuilder
340 public BitmapRequestBuilder<ModelType, TranscodeType> animate(Animation animation) { in animate() method in BitmapRequestBuilder
349 …public BitmapRequestBuilder<ModelType, TranscodeType> animate(ViewPropertyAnimation.Animator anima… in animate() method in BitmapRequestBuilder
DGenericRequestBuilder.java371 …public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate(int animati… in animate() method in GenericRequestBuilder
391 …public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate(Animation a… in animate() method in GenericRequestBuilder
403 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate( in animate() method in GenericRequestBuilder
408 GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate( in animate() method in GenericRequestBuilder
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Delement-animatable.js16 window.Element.prototype.animate = function(effectInput, options) { method in window.Element
Dweb-animations-bonus-object-form-keyframes.js51 window.Element.prototype.animate = function(effectInput, options) { method in window.Element
Dweb-animations-bonus-cancel-events.js44 window.Element.prototype.animate = function(effectInput, options) { method in window.Element
Dkeyframe-effect-constructor.js111 Element.prototype.animate = function(effectInput, options) { method in Element
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAbsSpinner.java19 protected void setSelection(int position, boolean animate) { in setSelection()
/external/skia/tools/viewer/
DGMSlide.cpp43 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() function in GMSlide
DSampleSlide.cpp27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() function in SampleSlide
DSlide.h25 virtual bool animate(double nanos) { return false; } in animate() function
DMSKPSlide.cpp145 bool MSKPSlide::animate(double nanos) { in animate() function in MSKPSlide
DSkSLDebuggerSlide.cpp282 bool SkSLDebuggerSlide::animate(double nanos) { in animate() function in SkSLDebuggerSlide
DSkSLSlide.cpp325 bool SkSLSlide::animate(double nanos) { in animate() function in SkSLSlide
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
Dweb-animations.js31 Element.prototype.animate = function(frames, opt_options) {}; method in Element
/external/skia/samplecode/
DSample.h77 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() function

12