/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMagnificationController.java | 74 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()
|
D | ShadowAbsSpinner.java | 20 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/ |
D | ViewPropertyAnimation.java | 37 public boolean animate(R current, ViewAdapter adapter) { in animate() method in ViewPropertyAnimation 54 void animate(View view); in animate() method
|
D | GlideAnimation.java | 54 boolean animate(R current, ViewAdapter adapter); in animate() method
|
D | ViewAnimation.java | 35 public boolean animate(R current, ViewAdapter adapter) { in animate() method in ViewAnimation
|
D | DrawableCrossFadeViewAnimation.java | 43 public boolean animate(T current, ViewAdapter adapter) { in animate() method in DrawableCrossFadeViewAnimation
|
D | NoAnimation.java | 44 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/ |
D | ShadowDrawerLayout.java | 29 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/ |
D | GifRequestBuilder.java | 279 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
|
D | DrawableRequestBuilder.java | 289 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
|
D | BitmapRequestBuilder.java | 329 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
|
D | GenericRequestBuilder.java | 371 …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/ |
D | element-animatable.js | 16 window.Element.prototype.animate = function(effectInput, options) { method in window.Element
|
D | web-animations-bonus-object-form-keyframes.js | 51 window.Element.prototype.animate = function(effectInput, options) { method in window.Element
|
D | web-animations-bonus-cancel-events.js | 44 window.Element.prototype.animate = function(effectInput, options) { method in window.Element
|
D | keyframe-effect-constructor.js | 111 Element.prototype.animate = function(effectInput, options) { method in Element
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAbsSpinner.java | 19 protected void setSelection(int position, boolean animate) { in setSelection()
|
/external/skia/tools/viewer/ |
D | GMSlide.cpp | 43 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() function in GMSlide
|
D | SampleSlide.cpp | 27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() function in SampleSlide
|
D | Slide.h | 25 virtual bool animate(double nanos) { return false; } in animate() function
|
D | MSKPSlide.cpp | 145 bool MSKPSlide::animate(double nanos) { in animate() function in MSKPSlide
|
D | SkSLDebuggerSlide.cpp | 282 bool SkSLDebuggerSlide::animate(double nanos) { in animate() function in SkSLDebuggerSlide
|
D | SkSLSlide.cpp | 325 bool SkSLSlide::animate(double nanos) { in animate() function in SkSLSlide
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/ |
D | web-animations.js | 31 Element.prototype.animate = function(frames, opt_options) {}; method in Element
|
/external/skia/samplecode/ |
D | Sample.h | 77 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() function
|