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

1 2 3 4 5 6 7 8 9

  /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);
infobar_container_gtk.cc 149 bool animate) {
171 last_bar->ShowArrowFor(this_bar, animate);
173 UpdateToolbarInfoBarState(this_bar, animate);
178 void InfoBarContainerGtk::AddInfoBar(InfoBarDelegate* delegate, bool animate) {
185 if (animate)
190 ShowArrowForDelegate(delegate, animate);
194 bool animate) {
195 if (animate) {
211 ShowArrowForDelegate(next_delegate, animate);
215 bool animate) {
    [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 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...]
SkDisplayApply.cpp 37 SK_MEMBER_PROPERTY(animator, Animate),
456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) {
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
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; 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/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 67 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
browser_action_button.h 64 - (void)setFrame:(NSRect)frameRect 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);
find_bar_cocoa_controller.h 76 - (void)showFindBar:(BOOL)animate;
77 - (void)hideFindBar:(BOOL)animate;
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 36 private float animate; field in class:PieItem
87 animate = a;
91 return animate;
125 return start + animate;
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 38 // Makes the infobar visible. If |animate| is true, the infobar is then
40 void Show(bool animate);
42 // Makes the infobar hidden. If |animate| is true, the infobar is first
45 void Hide(bool animate);
71 // out) as we animate open and closed.
81 virtual void PlatformSpecificHide(bool animate) {}
infobar.cc 29 void InfoBar::Show(bool animate) {
30 if (animate) {
38 void InfoBar::Hide(bool animate) {
39 PlatformSpecificHide(animate);
40 if (animate) {
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 61 private void animate(int direction) { method in class:InterruptibleInOutAnimator
103 * direction and animate for a correspondingly shorter duration.
106 animate(IN);
113 * direction and animate for a correspondingly shorter duration.
116 animate(OUT);
  /packages/apps/Browser/src/com/android/browser/
AutologinBar.java 92 public void updateAutoLogin(Tab tab, boolean animate) {
123 showAutoLogin(animate);
125 hideAutoLogin(animate);
129 void showAutoLogin(boolean animate) {
130 mTitleBar.showAutoLogin(animate);
133 void hideAutoLogin(boolean animate) {
134 mTitleBar.hideAutoLogin(animate);
  /external/webkit/Source/WebKit/chromium/public/
WebWidget.h 62 virtual void animate() = 0;
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 42 private float animate; field in class:PieItem
100 animate = a;
104 return animate;
155 return start + animate;
CameraSwitcher.java 203 public void setOrientation(int degree, boolean animate) {
204 super.setOrientation(degree, animate);
209 iv.setOrientation(degree, animate);
250 mPopup.animate()
257 animate().alpha(1f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
280 mPopup.animate()
287 animate().alpha(0f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.h 103 - (void)ensureOverlayShownWithAnimation:(BOOL)animate delay:(BOOL)delay;
104 - (void)ensureOverlayHiddenWithAnimation:(BOOL)animate delay:(BOOL)delay;
  /external/chromium/chrome/browser/ui/views/
find_bar_host.h 52 virtual void Show(bool animate);
53 virtual void Hide(bool animate);
  /packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java 72 final ViewPropertyAnimator labelAnimator = mLabelView.animate();
79 final ViewPropertyAnimator backgroundAnimator = mLabelBackgroundView.animate();
  /frameworks/base/core/java/android/widget/
ViewAnimator.java 148 * @param animate Whether or not to use the in and out animations, defaults
151 void showOnly(int childIndex, boolean animate) {
156 if (animate && mInAnimation != null) {
162 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) {
178 final boolean animate = (!mFirstTime || mAnimateFirstTime);
179 showOnly(childIndex, animate);
258 * Returns the current animation used to animate a View that enters the screen.
270 * Specifies the animation used to animate a View that enters the screen.
282 * Returns the current animation used to animate a View that exits the screen.
294 * Specifies the animation used to animate a View that exit the screen
    [all...]
  /packages/apps/Phone/src/com/android/phone/
AnimationUtils.java 73 view.animate().cancel();
80 view.animate().setDuration(ANIMATION_DURATION);
81 view.animate().alpha(1);
113 view.animate().cancel();
114 view.animate().setDuration(ANIMATION_DURATION);
115 view.animate().alpha(0f).setListener(new AnimatorListenerAdapter() {
120 view.animate().setListener(null);

Completed in 374 milliseconds

1 2 3 4 5 6 7 8 9