Searched refs:animate (Results 1 - 25 of 165) sorted by relevance

1234567

/external/chromium_org/third_party/polymer/components/core-animated-pages/transitions/
H A Dhero-transition.css2 polyfill-next-selector { content: ':host > [animate] [hero]'; }
3 ::content > [animate] /deep/ [hero], ::content > [animate]::shadow [hero] {
7 polyfill-next-selector { content: ':host > .core-selected[animate] [hero]'; }
8 ::content > .core-selected[animate] /deep/ [hero],
9 ::content > .core-selected[animate]::shadow [hero] {
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
H A Dhero-transition.css2 polyfill-next-selector { content: ':host > [animate] [hero]'; }
3 ::content > [animate] /deep/ [hero], ::content > [animate]::shadow [hero] {
7 polyfill-next-selector { content: ':host > .core-selected[animate] [hero]'; }
8 ::content > .core-selected[animate] /deep/ [hero],
9 ::content > .core-selected[animate]::shadow [hero] {
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DElementAnimation.idl37 // AnimationPlayer animate((AnimationEffect or sequence<Dictionary>)? effect, optional (double or Dictionary) timing);
38 [Custom, RaisesException] AnimationPlayer animate(object effect, optional object timing);
H A DElementAnimation.h50 static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Dictionary& timingInputDictionary) function in class:blink::ElementAnimation
55 static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, double duration) function in class:blink::ElementAnimation
60 static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect) function in class:blink::ElementAnimation
65 static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, const Dictionary& timingInputDictionary, ExceptionState& exceptionState) function in class:blink::ElementAnimation
74 static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState& exceptionState) function in class:blink::ElementAnimation
83 static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState& exceptionState) function in class:blink::ElementAnimation
/external/chromium_org/third_party/skia/src/animator/
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 DSkDisplayApply.cpp456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* 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/skia/src/animator/
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...]
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.h44 virtual void SetScale(float scale, bool animate) = 0;
49 virtual void MoveWindow(int x, int y, bool animate) = 0;
50 virtual void MoveWindow(const gfx::Point& point, bool animate) = 0;
H A Dmagnification_controller.cc74 virtual void SetScale(float scale, bool animate) OVERRIDE;
76 virtual void MoveWindow(int x, int y, bool animate) OVERRIDE;
77 virtual void MoveWindow(const gfx::Point& point, bool animate) OVERRIDE;
102 bool Redraw(const gfx::PointF& position, float scale, bool animate);
103 bool RedrawDIP(const gfx::PointF& position, float scale, bool animate);
115 void RedrawKeepingMousePosition(float scale, bool animate);
197 float scale, bool animate) {
209 bool changed = RedrawDIP(origin, scale, animate);
216 bool animate) {
219 return RedrawDIP(position_in_dip, scale, animate);
196 RedrawKeepingMousePosition( float scale, bool animate) argument
214 Redraw(const gfx::PointF& position, float scale, bool animate) argument
222 RedrawDIP(const gfx::PointF& position_in_dip, float scale, bool animate) argument
360 bool animate = false; local
486 SetScale(float scale, bool animate) argument
496 MoveWindow(int x, int y, bool animate) argument
503 MoveWindow(const gfx::Point& point, bool animate) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DViewPropertyAnimation.java10 public void animate(View view); method in interface:ViewPropertyAnimation.Animator
41 public boolean animate(Drawable previous, Object current, View view, Target target) { method in class:ViewPropertyAnimation
42 animator.animate(view);
H A DGlideAnimation.java8 public boolean animate(Drawable previous, R current, View view, Target<R> target); method in interface:GlideAnimation
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button_delegate.h32 // |animate| is ANIMATE_YES, the buttons will crossfade back to their
34 virtual void SetButtonsToNormal(Animate animate) = 0;
37 // their new icons if |animate| is ANIMATE_YES.
40 Animate animate) = 0;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dsprite_view.h14 // A class that knows how to repeatedly animate sprites from an image containing
29 // The old image will animate to the bottom, and then the new image will
30 // animate back up to position.
31 - (void)setImage:(NSImage*)image withToastAnimation:(BOOL)animate;
/external/chromium_org/components/infobars/core/
H A Dinfobar_manager.h30 virtual void OnInfoBarRemoved(InfoBar* infobar, bool animate);
55 // animate closed; at the end the infobar will delete itself.
63 void RemoveAllInfoBars(bool animate);
100 virtual void NotifyInfoBarRemoved(InfoBar* infobar, bool animate);
110 void RemoveInfoBarInternal(InfoBar* infobar, bool animate);
H A Dinfobar.cc63 void InfoBar::Show(bool animate) { argument
64 PlatformSpecificShow(animate);
65 if (animate) {
73 void InfoBar::Hide(bool animate) { argument
74 PlatformSpecificHide(animate);
75 if (animate) {
H A Dinfobar.h31 // optionally animate closed; once it's no longer visible, it deletes itself,
68 // Makes the infobar visible. If |animate| is true, the infobar is then
70 void Show(bool animate);
72 // Makes the infobar hidden. If |animate| is false, the infobar is
74 // |animate| is true, the infobar is animated to zero size, ultimately
76 void Hide(bool animate);
112 virtual void PlatformSpecificShow(bool animate) {} argument
113 virtual void PlatformSpecificHide(bool animate) {} argument
H A Dinfobar_manager.cc20 bool animate) {
59 void InfoBarManager::RemoveAllInfoBars(bool animate) { argument
61 RemoveInfoBarInternal(infobars_.back(), animate);
108 // Destroy all remaining InfoBars. It's important to not animate here so that
130 void InfoBarManager::NotifyInfoBarRemoved(InfoBar* infobar, bool animate) { argument
132 OnInfoBarRemoved(infobar, animate));
135 void InfoBarManager::RemoveInfoBarInternal(InfoBar* infobar, bool animate) { argument
151 NotifyInfoBarRemoved(infobar, animate);
19 OnInfoBarRemoved(InfoBar* infobar, bool animate) argument
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_actions_container_view.h66 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
/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/chromium_org/ash/wm/overview/
H A Dwindow_grid.h59 void PositionWindows(bool animate);
64 bool Move(WindowSelector::Direction direction, bool animate);
112 bool animate);
115 void MoveSelectionWidgetToTarget(bool animate);
H A Dwindow_selector_item.h72 bool animate);
99 // |root_window|. If |animate| the windows are animated from their current
103 bool animate) = 0;
120 void UpdateCloseButtonBounds(aura::Window* root_window, bool animate);
125 bool animate);
/external/chromium_org/content/renderer/
H A Drender_view_impl_android.cc29 bool animate) {
40 compositor_->UpdateTopControlsState(constraints, current, animate);
47 bool animate) {
52 compositor_->UpdateTopControlsState(constraints_cc, current_cc, animate);
27 OnUpdateTopControlsState(bool enable_hiding, bool enable_showing, bool animate) argument
45 UpdateTopControlsState(TopControlsState constraints, TopControlsState current, bool animate) argument
/external/glide/library/src/main/java/com/bumptech/glide/
H A DDrawableRequestBuilder.java115 super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory());
120 super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory(duration));
125 super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory(animation, duration));
130 super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory(context, animationId, duration));
135 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { method in class:DrawableRequestBuilder
136 super.animate(animator);
141 public DrawableRequestBuilder<ModelType> animate(int animationId) { method in class:DrawableRequestBuilder
142 super.animate(animationId);
147 public DrawableRequestBuilder<ModelType> animate(Animation animation) { method in class:DrawableRequestBuilder
148 super.animate(animatio
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
H A DWebContents.java93 * @param animate Whether the transition should be animated or not.
96 boolean animate);
95 updateTopControlsState(boolean enableHiding, boolean enableShowing, boolean animate) argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebActiveGestureAnimation.h41 // to a target, again via a generic interface. It is assumed that animate() is called
50 bool animate(double time);

Completed in 534 milliseconds

1234567