/external/chromium_org/third_party/WebKit/Source/core/animation/ |
ElementAnimation.idl | 32 [RuntimeEnabled=WebAnimationsAPI] void animate(sequence<Dictionary> keyframes, optional double duration);
|
ElementAnimation.h | 44 static void animate(Element*, Vector<Dictionary> keyframesDictionaryVector, double duration = 0);
|
/external/chromium_org/ash/magnifier/ |
magnification_controller.h | 35 virtual void SetScale(float scale, bool animate) = 0; 40 virtual void MoveWindow(int x, int y, bool animate) = 0; 41 virtual void MoveWindow(const gfx::Point& point, bool animate) = 0; 47 virtual void EnsureRectIsVisible(const gfx::Rect& rect, bool animate) = 0; 48 virtual void EnsurePointIsVisible(const gfx::Point& point, bool animate) = 0;
|
magnification_controller.cc | 70 virtual void SetScale(float scale, bool animate) OVERRIDE; 72 virtual void MoveWindow(int x, int y, bool animate) OVERRIDE; 73 virtual void MoveWindow(const gfx::Point& point, bool animate) OVERRIDE; 78 bool animate) OVERRIDE; 80 bool animate) OVERRIDE; 100 bool Redraw(const gfx::PointF& position, float scale, bool animate); 101 bool RedrawDIP(const gfx::PointF& position, float scale, bool animate); 105 void RedrawKeepingMousePosition(float scale, bool animate); 112 bool animate); 115 bool animate); 330 animate); local 377 bool animate = false; local [all...] |
/external/chromium_org/ash/wm/caption_buttons/ |
alternate_frame_size_button_delegate.h | 22 enum Animate { 31 // |animate| is ANIMATE_YES, the buttons will crossfade back to their 33 virtual void SetButtonsToNormal(Animate animate) = 0; 36 // their new icons if |animate| is ANIMATE_YES. 39 Animate animate) = 0;
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
infobar_container_gtk.h | 56 void ShowArrowForDelegate(InfoBarDelegate* delegate, bool animate); 60 void AddInfoBar(InfoBarDelegate* delegate, bool animate); 65 void RemoveInfoBar(InfoBarDelegate* delegate, bool animate); 69 void UpdateToolbarInfoBarState(InfoBar* infobar, bool animate);
|
/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 | 52 applyModeBackground(-1, getMode(), false /*animate*/); 53 applyMode(getMode(), false /*animate*/, true /*force*/); 58 transitionTo(mRequestedMode, false /*animate*/); 62 public void transitionTo(int mode, boolean animate) { 68 super.transitionTo(mode, animate); 72 protected void onTransition(int oldMode, int newMode, boolean animate) { 73 super.onTransition(oldMode, newMode, animate); 74 applyMode(newMode, animate, false /*force*/); 77 private void applyMode(int mode, boolean animate, boolean force) { 80 setKeyButtonViewQuiescentAlpha(mView.getHomeButton(), alpha, animate); local 81 setKeyButtonViewQuiescentAlpha(mView.getRecentsButton(), alpha, animate); local 82 setKeyButtonViewQuiescentAlpha(mView.getMenuButton(), alpha, animate); local 84 setKeyButtonViewQuiescentAlpha(mView.getSearchLight(), KEYGUARD_QUIESCENT_ALPHA, animate); local 85 setKeyButtonViewQuiescentAlpha(mView.getCameraButton(), KEYGUARD_QUIESCENT_ALPHA, animate); local 106 setKeyButtonViewQuiescentAlpha(mView.getBackButton(), backAlpha, animate); local [all...] |
/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...] |
/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/chrome/browser/ui/find_bar/ |
find_bar.h | 30 // If |animate| is true, we try to slide the find bar in. 31 virtual void Show(bool animate) = 0; 33 // Hide the find bar. If |animate| is true, we try to slide the find bar 35 virtual void Hide(bool animate) = 0;
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_container_controller.h | 113 - (void)addInfoBar:(InfoBarDelegate*)delegate animate:(BOOL)animate; 118 animate:(BOOL)animate;
|
/external/chromium_org/content/renderer/ |
render_view_impl_android.cc | 29 bool animate) { 40 compositor_->UpdateTopControlsState(constraints, current, animate); 47 bool animate) { 52 compositor_->UpdateTopControlsState(constraints_cc, current_cc, animate);
|
/external/chromium_org/chrome/browser/infobars/ |
infobar.cc | 61 void InfoBar::Show(bool animate) { 62 PlatformSpecificShow(animate); 63 if (animate) { 71 void InfoBar::Hide(bool animate) { 72 PlatformSpecificHide(animate); 73 if (animate) {
|
infobar.h | 29 // 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) {}
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.h | 67 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge.h | 54 virtual void Show(bool animate); 55 virtual void Hide(bool animate);
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.h | 66 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar.h | 33 // If |animate| is true, we try to slide the find bar in. 34 virtual void Show(bool animate) = 0; 36 // Hide the find bar. If |animate| is true, we try to slide the find bar 38 virtual void Hide(bool animate) = 0;
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_toolbar_button.cc | 24 bool animate) { 25 wrench_icon_painter_->SetSeverity(severity, animate);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAbsSpinner.java | 27 public void setSelection(int position, boolean animate) { 29 animatedTransition = animate;
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
EmergencyCarrierArea.java | 53 mCarrierText.animate().alpha(0); 56 mCarrierText.animate().alpha(1);
|
/development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/ |
PictureViewer.java | 57 prevImageView.animate().setDuration(1000); 58 nextImageView.animate().setDuration(1000); 76 prevImageView.animate().alpha(0).withLayer(); 77 nextImageView.animate().alpha(1).withLayer().
|