/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
PhotoView.java | 147 /** The rotate runnable used to animate rotations of the image */ 523 public void setFullScreen(boolean fullScreen, boolean animate) { 580 // snap transformations; we don't animate [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
tile_page.js | 568 * @param {boolean} animate If true, the append will be animated. 571 appendTile: function(tileElement, animate) { 572 this.addTileAt(tileElement, this.tileElements_.length, animate); 579 * @param {boolean} animate If true, the tile in question will be 580 * animated (other tiles, if they must reposition, do not animate). 583 addTileAt: function(tileElement, index, animate) { 585 if (animate) 604 this.fireAddedEvent(wrapperDiv, index, animate); 906 // Animate the difference between three-wide and six-wide. [all...] |
apps_page.js | 336 * animate. 585 * @param {boolean} animate Whether to animate the insertion. 587 insertApp: function(appData, animate) { 597 this.addTileAt(new App(appData), index, animate);
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 220 $('html, body').animate({ 228 $("label#agreeLabel").parent().stop().animate({color: "#258AAF"}, 200, 229 function() {$("label#agreeLabel").parent().stop().animate({color: "#222"}, 200)} 496 $("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#258AAF"}, 200, 497 function() {$("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#222"}, 200)}
|
/external/chromium/chrome/browser/ui/cocoa/ |
gradient_button_cell.mm | 200 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated { 239 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated { 306 [self setMouseInside:YES animate:YES]; 310 [self setMouseInside:NO animate:YES]; 759 [self setMouseInside:mouseInView animate:NO];
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.mm | 103 // Time (in seconds) in which tabs animate to their final position. 111 // all the work. Useful for code that wants to conditionally animate. 114 explicit ScopedNSAnimationContextGroup(bool animate) 115 : animate_(animate) { 159 - (void)layoutTabsWithAnimation:(BOOL)animate 799 // it is O(n) in the number of tabs. Tabs will animate to their new position 800 // if the window is visible and |animate| is YES. 803 - (void)layoutTabsWithAnimation:(BOOL)animate 816 ScopedNSAnimationContextGroup mainAnimationGroup(animate); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 141 CanvasAnimation.prototype.animate = function() { 147 self.animate(); 170 * Calculates the sector which has to be traversed in a single call of animate 512 canvasAnimation_.animate(); 604 canvasAnimation_.animate();
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
gradient_button_cell.mm | 205 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated { 244 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated { 311 [self setMouseInside:YES animate:YES]; 315 [self setMouseInside:NO animate:YES]; 785 [self setMouseInside:mouseInView animate:NO];
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_actions_container.cc | 184 // resizing the view or, if animating the snapping, how far to animate it). 419 // animate to the nearest icon count size if necessary (which may be 0). 538 // TODO(sky/glen): Instead of using a drop indicator, animate the icons while 663 // overflow container by 1. Either way the size changed, so animate. 815 // Animate! We have to set the animation_target_size_ after calling Reset(),
|
browser_actions_container.h | 93 // containers min and max and then animate from the *current* position (that the 102 // We always animate from the current width (container_width_) to the target 303 // Animate to the target size (unless testing, in which case we go straight to
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 141 CanvasAnimation.prototype.animate = function() { 147 self.animate(); 170 * Calculates the sector which has to be traversed in a single call of animate 524 canvasAnimation_.animate(); 616 canvasAnimation_.animate();
|
/external/chromium_org/ui/compositor/ |
layer_animator.cc | 212 // These animations (provided they don't animate any common properties) will 213 // now animate together if trivially scheduled. 250 // These animations (provided they don't animate any common properties) will 251 // now animate together if trivially scheduled. 583 // For all the running animations, if they animate the same property,
|
/external/eigen/demos/opengl/ |
quaternion_demo.cpp | 269 void RenderingWidget::animate() function in class:RenderingWidget 343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); 357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); 545 animate(); 546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailLayoutController.java | 298 final ViewPropertyAnimator animator = mViewContainer.animate(); 359 // This is screen is very hard to animate properly, because there is such a hard 569 // is no longer visible on screen) then just animate the tab carousel to the 574 // the list can only be scrolled a tiny amount), then animate the carousel down 579 // By default, animate back to the Y coordinate of the tab carousel the last
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.mm | 101 // Time (in seconds) in which tabs animate to their final position. 105 // all the work. Useful for code that wants to conditionally animate. 108 explicit ScopedNSAnimationContextGroup(bool animate) 109 : animate_(animate) { 241 - (void)layoutTabsWithAnimation:(BOOL)animate [all...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/ |
CardStreamLinearLayout.java | 105 // User let go - figure out whether to animate the view out, or back into place 114 // User let go - figure out whether to animate the view out, or back into place 484 area.animate().rotationX(0.f).alpha(1.f).setDuration(400);
|
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/ |
CardStreamLinearLayout.java.ftl | 103 // User let go - figure out whether to animate the view out, or back into place 112 // User let go - figure out whether to animate the view out, or back into place 482 area.animate().rotationX(0.f).alpha(1.f).setDuration(400);
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_shelf_controller.mm | 257 // Animate the shelf out, but not in. 258 // TODO(rohitrao): We do not animate on the way in because Cocoa is already 355 // ...then animate in
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_shelf_controller.mm | 250 // Animate the shelf out, but not in. 251 // TODO(rohitrao): We do not animate on the way in because Cocoa is already 339 // ...then animate in
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_popup_contents_view.cc | 190 // rapidly we could get "stuck" trying repeatedly to animate shrinking by the 231 // Animate the popup shrinking, but don't animate growing larger since that
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
KeyframeAnimation.cpp | 112 // Iterate forward to find next keyframe that is used to animate CSS property. 153 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::KeyframeAnimation 178 // If we have no keyframes, don't animate.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimateElement.cpp | 80 // Animations of transform lists are not allowed for <animate> or <set> 81 // http://www.w3.org/TR/SVG/animate.html#AnimationAttributesAndProperties 382 // Spec: http://www.w3.org/TR/SVG/animate.html#AnimationAttributesAndProperties.
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayType.cpp | 89 CASE_NEW(Animate); 244 CASE_GET_INFO(Animate); 411 { "animate", SkType_Animate INIT_BOOL_FIELDS },
|
/external/skia/src/animator/ |
SkDisplayType.cpp | 89 CASE_NEW(Animate); 244 CASE_GET_INFO(Animate); 411 { "animate", SkType_Animate INIT_BOOL_FIELDS },
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
DayPickerView.java | 171 * @param animate Whether to scroll to the given time or just redraw at the 178 public boolean goTo(CalendarDay day, boolean animate, boolean setSelected, boolean forceScroll) { 224 if (animate) {
|