/external/chromium_org/third_party/skia/src/animator/ |
D | SkAnimateActive.cpp | 142 SkAnimateBase* animate = fAnimators[index]; in calcDurations() local 143 SkMSec duration = animate->dur; in calcDurations() 171 SkAnimateBase* animate = fAnimators[index]; in create() local 173 int count = animate->components(); in create() 174 if (animate->formula.size() > 0) { in create() 177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL, in create() 178 animate->getValuesType(), animate->formula); in create() 180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in create() 184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in create() 201 SkAnimateBase* animate = fAnimators[index]; in immediate() local [all …]
|
D | SkDisplayApply.cpp | 456 SkAnimateBase* animate = fActive->fAnimators[index]; in endSave() local 457 const SkMemberInfo* info = animate->fFieldInfo; in endSave() 461 SkDisplayable* target = getTarget(animate); in endSave() 510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { in getTarget() argument 511 if (animate->fTargetIsScope == false || mode != kMode_create) in getTarget() 512 return animate->fTarget; in getTarget() 571 SkAnimateBase* animate = fActive->fAnimators[inner]; in interpolate() local 572 if (animate->fChanged) { in interpolate() 573 animate->fChanged = false; in interpolate() 574 animate->fStart = rawTime; in interpolate() [all …]
|
/external/skia/src/animator/ |
D | SkAnimateActive.cpp | 142 SkAnimateBase* animate = fAnimators[index]; in calcDurations() local 143 SkMSec duration = animate->dur; in calcDurations() 171 SkAnimateBase* animate = fAnimators[index]; in create() local 173 int count = animate->components(); in create() 174 if (animate->formula.size() > 0) { in create() 177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL, in create() 178 animate->getValuesType(), animate->formula); in create() 180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in create() 184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in create() 201 SkAnimateBase* animate = fAnimators[index]; in immediate() local [all …]
|
D | SkDisplayApply.cpp | 456 SkAnimateBase* animate = fActive->fAnimators[index]; in endSave() local 457 const SkMemberInfo* info = animate->fFieldInfo; in endSave() 461 SkDisplayable* target = getTarget(animate); in endSave() 510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { in getTarget() argument 511 if (animate->fTargetIsScope == false || mode != kMode_create) in getTarget() 512 return animate->fTarget; in getTarget() 571 SkAnimateBase* animate = fActive->fAnimators[inner]; in interpolate() local 572 if (animate->fChanged) { in interpolate() 573 animate->fChanged = false; in interpolate() 574 animate->fStart = rawTime; in interpolate() [all …]
|
/external/chromium_org/ash/magnifier/ |
D | magnification_controller.cc | 74 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) { in RedrawKeepingMousePosition() argument 209 bool changed = RedrawDIP(origin, scale, animate); in RedrawKeepingMousePosition() 216 bool animate) { in Redraw() argument 219 return RedrawDIP(position_in_dip, scale, animate); in Redraw() [all …]
|
D | 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;
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | DrawableRequestBuilder.java | 115 super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory()); in crossFade() 120 super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory(duration)); in crossFade() 125 … super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory(animation, duration)); in crossFade() 130 …super.animate(new DrawableCrossFadeViewAnimation.DrawableCrossFadeFactory(context, animationId, du… in crossFade() 135 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { in animate() method in DrawableRequestBuilder 136 super.animate(animator); in animate() 141 public DrawableRequestBuilder<ModelType> animate(int animationId) { in animate() method in DrawableRequestBuilder 142 super.animate(animationId); in animate() 147 public DrawableRequestBuilder<ModelType> animate(Animation animation) { in animate() method in DrawableRequestBuilder 148 super.animate(animation); in animate()
|
D | GifRequestBuilder.java | 112 public GifRequestBuilder<ModelType, TranscodeType> animate(int animationId) { in animate() method in GifRequestBuilder 113 super.animate(animationId); in animate() 118 public GifRequestBuilder<ModelType, TranscodeType> animate(Animation animation) { in animate() method in GifRequestBuilder 119 super.animate(animation); in animate() 124 …public GifRequestBuilder<ModelType, TranscodeType> animate(ViewPropertyAnimation.Animator animator… in animate() method in GifRequestBuilder 125 super.animate(animator); in animate()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | ElementAnimation.h | 48 …static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, … in animate() function 53 …static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, … in animate() function 58 … static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect) in animate() function 63 …static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVect… in animate() function 72 …static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVect… in animate() function 81 …static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVect… in animate() function
|
/external/chromium_org/components/infobars/core/ |
D | infobar_manager.cc | 20 bool animate) { in OnInfoBarRemoved() argument 59 void InfoBarManager::RemoveAllInfoBars(bool animate) { in RemoveAllInfoBars() argument 61 RemoveInfoBarInternal(infobars_.back(), animate); in RemoveAllInfoBars() 130 void InfoBarManager::NotifyInfoBarRemoved(InfoBar* infobar, bool animate) { in NotifyInfoBarRemoved() argument 132 OnInfoBarRemoved(infobar, animate)); in NotifyInfoBarRemoved() 135 void InfoBarManager::RemoveInfoBarInternal(InfoBar* infobar, bool animate) { in RemoveInfoBarInternal() argument 151 NotifyInfoBarRemoved(infobar, animate); in RemoveInfoBarInternal()
|
D | infobar.cc | 63 void InfoBar::Show(bool animate) { in Show() argument 64 PlatformSpecificShow(animate); in Show() 65 if (animate) { in Show() 73 void InfoBar::Hide(bool animate) { in Hide() argument 74 PlatformSpecificHide(animate); in Hide() 75 if (animate) { in Hide()
|
D | infobar_manager.h | 30 virtual void OnInfoBarRemoved(InfoBar* infobar, bool animate); 63 void RemoveAllInfoBars(bool animate); 100 virtual void NotifyInfoBarRemoved(InfoBar* infobar, bool animate); 110 void RemoveInfoBarInternal(InfoBar* infobar, bool animate);
|
D | infobar.h | 70 void Show(bool animate); 76 void Hide(bool animate); 112 virtual void PlatformSpecificShow(bool animate) {} in PlatformSpecificShow() argument 113 virtual void PlatformSpecificHide(bool animate) {} in PlatformSpecificHide() argument
|
/external/chromium_org/ash/wm/overview/ |
D | scoped_transform_overview_window.cc | 45 bool animate) { in SetTransformOnWindow() argument 46 if (animate) { in SetTransformOnWindow() 66 bool animate) { in SetTransformOnWindowAndAllTransientChildren() argument 67 SetTransformOnWindow(window, transform, animate); in SetTransformOnWindowAndAllTransientChildren() 79 SetTransformOnWindow(transient_child, transient_window_transform, animate); in SetTransformOnWindowAndAllTransientChildren() 197 bool animate) { in SetTransform() argument 227 SetTransformOnWindowAndTransientChildren(transform, animate); in SetTransform() 241 bool animate) { in SetTransformOnWindowAndTransientChildren() argument 254 animate); in SetTransformOnWindowAndTransientChildren() 261 animate); in SetTransformOnWindowAndTransientChildren()
|
D | window_selector_item.h | 69 bool animate); 92 bool animate) = 0; 102 void UpdateCloseButtonBounds(aura::Window* root_window, bool animate); 107 bool animate);
|
D | window_selector_item.cc | 129 bool animate) { in SetBounds() argument 145 UpdateWindowLabels(target_bounds, root_window, animate); in SetBounds() 149 SetItemBounds(root_window, inset_bounds, animate); in SetBounds() 150 UpdateCloseButtonBounds(root_window, animate); in SetBounds() 174 bool animate) { in UpdateCloseButtonBounds() argument 222 if (animate) { in UpdateCloseButtonBounds() 238 bool animate) { in UpdateWindowLabels() argument 282 if (animate) { in UpdateWindowLabels()
|
D | window_selector_panels.cc | 38 bool animate) OVERRIDE; 64 bool animate) { in SetTransform() argument 65 ScopedTransformOverviewWindow::SetTransform(root_window, transform, animate); in SetTransform() 178 bool animate) { in SetItemBounds() argument 198 (*iter)->SetTransform(root_window, transform, animate); in SetItemBounds()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl_android.cc | 31 bool animate) { in OnUpdateTopControlsState() argument 42 compositor_->UpdateTopControlsState(constraints, current, animate); in OnUpdateTopControlsState() 49 bool animate) { in UpdateTopControlsState() argument 54 compositor_->UpdateTopControlsState(constraints_cc, current_cc, animate); in UpdateTopControlsState()
|
/external/chromium_org/ash/frame/caption_buttons/ |
D | frame_caption_button_container_view.cc | 160 Animate animate) { in SetButtonIcon() argument 165 (animate == ANIMATE_YES || !button->IsAnimatingImageSwap())) { in SetButtonIcon() 169 FrameCaptionButton::Animate fcb_animate = (animate == ANIMATE_YES) ? in SetButtonIcon() 225 void FrameCaptionButtonContainerView::SetButtonsToNormal(Animate animate) { in SetButtonsToNormal() argument 227 animate); in SetButtonsToNormal() 236 Animate animate) { in SetButtonIcons() argument 237 SetButtonIcon(minimize_button_, minimize_button_icon, animate); in SetButtonIcons() 238 SetButtonIcon(close_button_, close_button_icon, animate); in SetButtonIcons()
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_controller.mm | 91 - (void)positionActionButtonsAndAnimate:(BOOL)animate; 140 animate:(BOOL)animate; 159 - (void)showChevronIfNecessaryInFrame:(NSRect)frame animate:(BOOL)animate; 164 // Shows or hides the chevron, animating as specified by |animate|. 167 animate:(BOOL)animate; 319 [self showChevronIfNecessaryInFrame:[containerView_ frame] animate:NO]; 350 - (void)resizeContainerAndAnimate:(BOOL)animate { 356 animate:animate]; 357 NSRect frame = animate ? [containerView_ animationEndFrame] : 360 [self showChevronIfNecessaryInFrame:frame animate:animate]; [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | ViewPropertyAnimation.java | 10 public void animate(View view); in animate() method 41 public boolean animate(Drawable previous, Object current, View view, Target target) { in animate() method in ViewPropertyAnimation 42 animator.animate(view); in animate()
|
/external/chromium_org/ash/wm/ |
D | immersive_fullscreen_controller.cc | 520 Animate animate = (animate_reveal == ANIMATE_REVEAL_YES) ? in LockRevealedState() local 522 MaybeStartReveal(animate); in LockRevealedState() 781 int ImmersiveFullscreenController::GetAnimationDuration(Animate animate) const { in GetAnimationDuration() 782 switch (animate) { in GetAnimationDuration() 794 void ImmersiveFullscreenController::MaybeStartReveal(Animate animate) { in MaybeStartReveal() argument 799 animate = ANIMATE_NO; in MaybeStartReveal() 804 (reveal_state_ == SLIDING_OPEN && animate != ANIMATE_NO)) { in MaybeStartReveal() 819 if (animate == ANIMATE_NO) { in MaybeStartReveal() 823 animation_->SetSlideDuration(GetAnimationDuration(animate)); in MaybeStartReveal() 838 void ImmersiveFullscreenController::MaybeEndReveal(Animate animate) { in MaybeEndReveal() argument [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | SplitView.js | 145 _updateLayout: function(animate) argument 156 this._innerSetSidebarSize(this._preferredSidebarSize(), !!animate); 250 hideMain: function(animate) argument 252 this._showOnly(this._sidebarView, this._mainView, animate); 259 hideSidebar: function(animate) argument 261 this._showOnly(this._mainView, this._sidebarView, animate); 279 _showOnly: function(sideToShow, sideToHide, animate) argument 296 if (animate) { 330 showBoth: function(animate) argument 333 animate = false; [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8ElementCustom.cpp | 90 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect)), impl); in animate1Method() 99 RefPtr<AnimationPlayer> result = ElementAnimation::animate(*impl, keyframes, exceptionState); in animate2Method() 111 … v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, duration)), impl); in animate3Method() 124 …v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, timingInput)), imp… in animate4Method() 134 …RefPtr<AnimationPlayer> result = ElementAnimation::animate(*impl, keyframes, duration, exceptionSt… in animate5Method() 152 …RefPtr<AnimationPlayer> result = ElementAnimation::animate(*impl, keyframes, timingInput, exceptio… in animate6Method()
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | nav_dot.js | 23 function NavDot(page, title, titleIsEditable, animate) { argument 26 dot.initialize(page, title, titleIsEditable, animate); 34 initialize: function(page, title, titleIsEditable, animate) { argument 66 if (animate) {
|