HomeSort by relevance Sort by last modified time
    Searched refs:animate (Results 1 - 25 of 518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/polymer/components/core-animated-pages/transitions/
hero-transition.css 2 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/
hero-transition.css 2 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] {
  /frameworks/support/v4/ics/android/support/v4/view/
ViewPropertyAnimatorCompatICS.java 26 view.animate().setDuration(value);
30 view.animate().alpha(value);
34 view.animate().translationX(value);
38 view.animate().translationY(value);
42 return view.animate().getDuration();
46 view.animate().setInterpolator(value);
50 view.animate().setStartDelay(value);
54 return view.animate().getStartDelay();
58 view.animate().alphaBy(value);
62 view.animate().rotation(value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ElementAnimation.idl 37 // AnimationPlayer animate((AnimationEffect or sequence<Dictionary>)? effect, optional (double or Dictionary) timing);
38 [Custom, RaisesException] AnimationPlayer animate(object effect, optional object timing);
ElementAnimation.h 50 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
  /frameworks/support/v4/jellybean/android/support/v4/view/
ViewPropertyAnimatorCompatJB.java 25 view.animate().withStartAction(runnable);
29 view.animate().withEndAction(runnable);
33 view.animate().withLayer();
39 view.animate().setListener(new AnimatorListenerAdapter() {
56 view.animate().setListener(null);
  /external/chromium_org/ash/magnifier/
magnification_controller.h 44 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;
  /frameworks/support/v4/jellybean-mr2/android/support/v4/view/
ViewPropertyAnimatorCompatJellybeanMr2.java 23 return (Interpolator) view.animate().getInterpolator();
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button_delegate.h 23 enum Animate {
32 // |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;
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicatorMarker.java 60 mActiveMarker.animate().cancel();
64 mInactiveMarker.animate().cancel();
67 mActiveMarker.animate()
72 mInactiveMarker.animate()
81 mInactiveMarker.animate().cancel();
83 mActiveMarker.animate().cancel();
88 mInactiveMarker.animate().alpha(1f)
90 mActiveMarker.animate()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/, true /*force*/);
57 transitionTo(mRequestedMode, false /*animate*/);
61 public void transitionTo(int mode, boolean animate) {
71 super.transitionTo(mode, animate);
75 protected void onTransition(int oldMode, int newMode, boolean animate) {
76 super.onTransition(oldMode, newMode, animate);
77 applyMode(newMode, animate, false /*force*/);
80 private void applyMode(int mode, boolean animate, boolean force) {
83 setKeyButtonViewQuiescentAlpha(mView.getHomeButton(), alpha, animate); local
84 setKeyButtonViewQuiescentAlpha(mView.getRecentsButton(), alpha, animate); local
85 setKeyButtonViewQuiescentAlpha(mView.getMenuButton(), alpha, animate); local
86 setKeyButtonViewQuiescentAlpha(mView.getImeSwitchButton(), alpha, animate); local
91 applyLightsOut(isLightsOut(mode), animate, force); local
106 setKeyButtonViewQuiescentAlpha(mView.getBackButton(), backAlpha, animate); local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PreviewPageFrame.java 66 public void setSelected(boolean selected, boolean animate) {
72 if (animate) {
73 animate().translationZ(mSelectedElevation)
80 if (animate) {
81 animate().translationZ(mNotSelectedElevation)
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 142 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->getValuesType(), animate->formula)
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/skia/src/animator/
SkAnimateActive.cpp 142 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->getValuesType(), animate->formula)
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/glide/library/src/main/java/com/bumptech/glide/request/
ViewPropertyAnimation.java 10 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);
GlideAnimation.java 8 public boolean animate(Drawable previous, R current, View view, Target<R> target); method in interface:GlideAnimation
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
IconPulser.java 38 target.animate().cancel();
39 target.animate().scaleX(PULSE_SCALE).scaleY(PULSE_SCALE)
44 target.animate().scaleX(1).scaleY(1).setListener(null);
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) {
85 mAnimate = animate;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
BummerView.java 37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) {
85 mAnimate = animate;
  /external/chromium_org/ash/wm/overview/
window_grid.h 59 void PositionWindows(bool animate);
64 bool Move(WindowSelector::Direction direction, bool animate);
112 bool animate);
115 void MoveSelectionWidgetToTarget(bool animate);
  /external/chromium_org/chrome/browser/ui/cocoa/
sprite_view.h 14 // 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/
infobar.h 31 // 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) {}
113 virtual void PlatformSpecificHide(bool animate) {}
infobar_manager.h 30 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);
infobar.cc 63 void InfoBar::Show(bool animate) {
64 PlatformSpecificShow(animate);
65 if (animate) {
73 void InfoBar::Hide(bool animate) {
74 PlatformSpecificHide(animate);
75 if (animate) {
  /frameworks/support/v4/kitkat/android/support/v4/view/
ViewPropertyAnimatorCompatKK.java 25 view.animate().setUpdateListener(new ValueAnimator.AnimatorUpdateListener() {

Completed in 813 milliseconds

1 2 3 4 5 6 7 8 91011>>