/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;
|
frame_caption_button.h | 24 enum Animate { 45 // Sets the button's icon. If |animate| is ANIMATE_YES, the button crossfades 47 void SetIcon(CaptionButtonIcon icon, Animate 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...] |
BarTransitions.java | 70 public void transitionTo(int mode, boolean animate) { 78 if (DEBUG) Log.d(mTag, String.format("%s -> %s animate=%s", 79 modeToString(oldMode), modeToString(mode), animate)); 80 onTransition(oldMode, mMode, animate); 83 protected void onTransition(int oldMode, int newMode, boolean animate) { 85 applyModeBackground(oldMode, newMode, animate); 89 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { 90 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s", 91 modeToString(oldMode), modeToString(newMode), animate)); 92 mBarBackground.applyModeBackground(oldMode, newMode, animate); [all...] |
/external/chromium_org/cc/animation/ |
scrollbar_animation_controller_linear_fade_unittest.cc | 43 scrollbar_controller_->Animate(base::TimeTicks()); 51 EXPECT_FALSE(scrollbar_controller_->Animate(base::TimeTicks())); 56 EXPECT_FALSE(scrollbar_controller_->Animate(time)); 62 EXPECT_FALSE(scrollbar_controller_->Animate(time)); 70 scrollbar_controller_->Animate(time); 79 scrollbar_controller_->Animate(time); 88 scrollbar_controller_->Animate(time); 92 scrollbar_controller_->Animate(time); 96 scrollbar_controller_->Animate(time); 100 scrollbar_controller_->Animate(time) [all...] |
scrollbar_animation_controller_thinning_unittest.cc | 48 scrollbar_controller_->Animate(base::TimeTicks()); 67 scrollbar_controller_->Animate(time); 77 scrollbar_controller_->Animate(time); 83 scrollbar_controller_->Animate(time); 88 scrollbar_controller_->Animate(time); 93 scrollbar_controller_->Animate(time); 98 scrollbar_controller_->Animate(time); 113 scrollbar_controller_->Animate(time); 125 scrollbar_controller_->Animate(time); 142 // Should animate to thickened but not darken [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...] |
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_container_controller_unittest.mm | 59 [controller_ addInfoBar:&linkDelegate animate:NO]; 62 [controller_ addInfoBar:&confirmDelegate animate:NO]; 65 [controller_ addInfoBar:&linkDelegate2 animate:NO]; 69 [controller_ closeInfoBarsForDelegate:&confirmDelegate animate:NO]; 72 [controller_ closeInfoBarsForDelegate:&linkDelegate animate:NO]; 75 [controller_ closeInfoBarsForDelegate:&linkDelegate2 animate:NO]; 86 [controller_ addInfoBar:&linkDelegate animate:NO]; 87 [controller_ addInfoBar:&confirmDelegate animate:NO]; 88 [controller_ addInfoBar:&confirmDelegate2 animate:NO];
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
animated-gif-looping.html | 5 <p>This should animate.</p> 9 <p>This should not animate and you should see a cross.</p>
|
transitions2.html | 31 {className:"rectangle", description:"animate to a large rectangle over 5 seconds."}, 32 {className:"square", description:"animate to a square over 2 seconds. Try clicking before the first animation finishes and make sure the width doesn't do an ugly jump."}, 34 {className:"square", description:"instantly change into a small rectangle and then animate into a large square over 2 seconds"}, 35 {className:"rectangle", description:"animate to a large rectangle over 5 seconds"},
|
/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()
|
/development/samples/devbytes/animation/MultiPropertyAnimations/res/layout/ |
activity_multi_property_animations.xml | 26 android:text="Animate Me!" /> 32 android:text="Animate Me!" /> 38 android:text="Animate Me!" /> 44 android:text="Animate Me!" />
|
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
animateColor-by.svg | 5 <text x='10' y='120'>The rect should animate from black to green over 3 seconds</text>
|
animateColor-from-by.svg | 5 <text x='10' y='120'>The rect should animate from red to purple over 3 seconds</text>
|
animateColor-repeat-indefinite.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 2 seconds, repeatedly.</text>
|
animateColor-to-from.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateColor-to.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateColor-values-simple.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
/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;
|
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAbsSpinner.java | 27 public void setSelection(int position, boolean animate) { 29 animatedTransition = animate;
|
/frameworks/base/core/java/android/animation/ |
package.html | 5 to animate object properties of any type. <code>int</code>, <code>float</code>, and hexadecimal 6 color values are supported by default. You can animate any other type by telling the system how
|
/external/chromium_org/third_party/skia/src/views/mac/ |
SampleAppDelegate.mm | 14 [fWindow setFrame:frame display:YES animate:YES];
|