/external/replicaisland/src/com/replica/replicaisland/ |
SpriteAnimation.java | 59 // of the frame list. So we'll use a linear search for small animations
|
DoorAnimationComponent.java | 24 // Animations 80 // opening and closing animations are the same length.
|
/frameworks/base/core/java/android/widget/ |
TextSwitcher.java | 86 * not perform the animations.
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ExpandedMenuView.java | 37 /** Default animations for this menu */
|
/sdk/files/ |
proguard-android-optimize.txt | 35 # keep setters in Views so that animations can still work.
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
BouncingBalls.java | 123 // Sequence the down/squash&stretch/up animations 142 // Sequence the two animations to play one after the other
|
LayoutAnimations.java | 39 * This application demonstrates how to use LayoutTransition to automate transition animations 102 // Check for disabled animations
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
CardFlipActivity.java | 120 // the card, uses custom animations, and is part of the fragment manager's back stack. 125 // Replace the default fragment animations with animator resources representing
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_view.mm | 48 // TODO(jrg): when throwing it all away and using animations, try 145 // this should ping the [self controller] to perform animations.
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller_unittest.cc | 81 // Steps a widget's layer animation until it is completed. Animations must be 84 // Animations must be enabled for stepping to work. 91 // Multiple steps are required to complete complex animations. 147 // TODO(bshe): Don't require tests to run animations; it's slow. 308 // We cannot short-circuit animations for this test. 340 // We cannot short-circuit animations for this test. 388 // We cannot short-circuit animations for this test. 515 // Splitting these into separate tests avoids needing to run animations.
|
/external/chromium_org/ash/wm/overview/ |
scoped_window_copy.cc | 87 // and clean up the layer when there are no pending animations. 170 // animations have completed.
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_utils.cc | 21 // Interval between frame updates of the tab indicator animations. This is not 26 // Fade-in/out duration for the tab indicator animations. Fade-in is quick to
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
crash-and-no-repaint-after-wake-from-sleep.html | 101 Here we define each of the three individual animations that 105 animations will perform a full rotation on the y-axis in
|
no-repaint-after-wake-from-sleep.html | 100 Here we define each of the three individual animations that 104 animations will perform a full rotation on the y-axis in
|
/external/chromium_org/ui/views/corewm/ |
shadow.cc | 86 // Stop waiting for any as yet unfinished implicit animations. 90 // animations.
|
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/ |
BlenderKey.java | 476 int ANIMATIONS = 0x00000004;
500 /** Animations of all objects. */
501 private List<AnimData> animations;
field in class:BlenderKey.LoadingResults 526 if ((featuresToLoad & FeaturesToLoad.ANIMATIONS) != 0) {
527 animations = new ArrayList<AnimData>();
647 * This method returns all loaded animations.
648 * @return all loaded animations
651 return animations;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintInverseKinematics.java | 6 import com.jme3.scene.plugins.blender.animations.CalculationBone;
7 import com.jme3.scene.plugins.blender.animations.Ipo;
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
Tweener.java | 139 // Listener to watch for completed animations and remove them. 157 Log.v(TAG, "Cleaning up " + sTweens.size() + " animations");
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
Tweener.java | 140 // Listener to watch for completed animations and remove them. 158 Log.v(TAG, "Cleaning up " + sTweens.size() + " animations");
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
Tweener.java | 140 // Listener to watch for completed animations and remove them. 158 Log.v(TAG, "Cleaning up " + sTweens.size() + " animations");
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 72 // Updates loading animations for the TabStrip. 351 // during animations, so we can't use current_unselected_width_. 376 // -- Animations ------------------------------------------------------------- 381 // A generic Layout method for various classes of TabStrip animations, 385 // Starts various types of TabStrip animations.
|
/external/chromium_org/ash/wm/ |
lock_state_controller.cc | 70 // there were no aborted animations. 72 // multiple layers, to wait once a sequence of animations is finished in one 84 // a sequence has some immediate animations in the beginning, and for 85 // animations that can be tested with flag that makes all animations
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.mm | 456 NSMutableArray* animations = [NSMutableArray arrayWithCapacity:3]; 475 [animations addObject: 482 [animations addObject: 490 [animations addObject: 496 [animation_ setViewAnimations:animations];
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
KeyframeAnimation.cpp | 68 // Make sure to tell the renderer that we are ending. This will make sure any accelerated animations are removed. 290 // animations are ended properly in the class destructor. 334 // This will override implicit animations that match the properties in the keyframe animation 342 // This will resume overridden implicit animations 435 // A return value of 0 means we need service. But if we only have accelerated animations we
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 271 * children's animations are offset. The general formula is: 286 * Indicates whether two children's animations will overlap. Animations 289 * @return true if animations will overlap, false otherwise 337 * @return true if all of the children's animations are over, false otherwise
|