/external/chromium_org/ui/views/controls/ |
throbber.h | 44 // Specifies whether the throbber is currently animating or not
|
/external/replicaisland/src/com/replica/replicaisland/ |
EnemyAnimationComponent.java | 20 * A general-purpose animation selection system for animating enemy characters. Most enemy
|
/frameworks/base/core/java/android/app/ |
ActivityOptions.java | 198 * @param source The View that the new activity is animating from. This 231 * @param source The View that this thumbnail is animating from. This 250 * @param source The View that this thumbnail is animating from. This 272 * @param source The View that this thumbnail is animating to. This
|
/frameworks/base/docs/html/training/animation/ |
layout.jd | 1 page.title=Animating Layout Changes
|
/frameworks/base/docs/html/training/gestures/ |
index.jd | 75 <strong><a href="scroll.html">Animating a Scroll Gesture</a></strong>
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ZoomActivity.java | 35 * A sample showing how to zoom an image thumbnail to full-screen, by animating the bounds of the 95 * image view and animating its bounds to fit the entire activity content area. More
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
content_setting_image_view.cc | 41 // The fraction of the animation we'll spend animating the string into view, and 42 // then again animating it closed - total animation (slide out, show, then
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
content_setting_image_view.cc | 163 // The fraction of the animation we'll spend animating the string into view, 164 // which is also the fraction we'll spend animating it closed; total
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
BitmapImage.h | 73 // we start and stop animating lazily. Animation begins whenever someone draws the image. It will 122 // frame; this is used while animating large images to keep memory footprint
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
FloatingChildLayout.java | 218 /** Begin animating {@link #getChild()} visible. */ 227 * Begin animating {@link #getChild()} invisible. Returns false if animation is not valid in
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
LeaveBehindItem.java | 199 // If this thing isn't already fully visible AND its not already animating... 233 // If this thing isn't already fully visible AND its not already animating...
|
/frameworks/base/core/java/android/transition/ |
Transition.java | 256 * animating views toward potentially different end values.</p> 669 * animating. By default, there are no targetIds, and a Transition will [all...] |
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
carousel.rs | 605 return stillAnimating; // still animating; 717 * Returns true if we're still animating any property of the cards (e.g. fades). 828 * Returns true if we're still animating any property of the cards (e.g. fades). [all...] |
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller_unittest.cc | 317 // The new wallpaper is ready to start animating. kAnimatingDesktopController 385 // Test for crbug.com/156542. Animating wallpaper should immediately finish 414 // The animating controller should immediately move to desktop controller. 418 // Cache the new animating controller. 431 // The desktop controller should be the last created animating controller.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_shelf_controller.mm | 248 // Show or hide the bar based on the value of |enable|. Handles animating the 260 // do no animation over janky animation. Find a way to make animating in 370 // there's no point in animating the removal.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_controller.mm | 82 // call will trigger a notification that starts the infobar animating closed. 192 // Start animating closed. We will receive a notification when the animation 265 // Don't need to do any cleanup if the bar was animating open.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
InfoBarContainer.java | 138 // Trap any attempts to fiddle with the Views while we're animating. 295 // with animating any of it. 354 // Start animating what has to be animated.
|
/external/chromium_org/ui/views/corewm/ |
window_animations.cc | 119 // so that it can continue animating it until the animation completes. 241 // Shows a window using an animation, animating its opacity from 0.f to 1.f, 267 // Hides a window using an animation, animating its opacity from 1.f to 0.f,
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertFullScreen.java | 362 * Start animating warning icon. 375 * Stop animating warning icon. 385 * Stop animating warning icon and stop the {@link CellBroadcastAlertAudio}
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PhotoSelectionActivity.java | 132 /** Prior position of the image (for animating). */ 135 /** Layout params for the photo view before we started animating. */ 138 /** Layout params for the photo view after we finished animating. */
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeleteDropTarget.java | 373 // Don't highlight the icon as it's animating 382 // Defer animating out the drop target if we are animating to it
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeleteDropTarget.java | 470 // Don't highlight the icon as it's animating 479 // Defer animating out the drop target if we are animating to it
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.h | 98 // tabs are animating closed (closed tabs are removed from |tabStripModel_| 107 // Set of TabControllers that are currently animating closed.
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_installed_bubble_gtk.cc | 40 // the toolbar to finish animating to know where the item's final position 131 if (toolbar->animating() && animation_wait_retries_-- > 0) {
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_installed_bubble.cc | 304 if (container->animating() && 307 // animating, so check back in a little while.
|