/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedAngle.cpp | 100 // Animating from eg. auto to 90deg, or auto to 90deg. 102 // Animating from an angle value to eg. 'auto' - this disabled additive as 'auto' is a keyword..
|
/external/chromium_org/ui/compositor/ |
layer_animation_sequence.h | 149 // The currently animating element. 161 // These are used when animating to efficiently find the next element.
|
/external/proguard/src/proguard/gui/splash/ |
SplashPanel.java | 54 * animating the Sprite (between 0 and 1). 67 * animating the Sprite (between 0 and 1).
|
/frameworks/support/v4/java/android/support/v4/app/ |
ActivityOptionsCompat.java | 62 * @param source The View that the new activity is animating from. This 92 * @param source The View that this thumbnail is animating from. This
|
/frameworks/base/services/java/com/android/server/wm/ |
WindowStateAnimator.java | 79 boolean mWasAnimating; // Were we animating going into the most recent animation step? 199 /** Is the window or its container currently animating? */ 208 /** Is the window animating the DummyAnimation? */ 214 /** Is this window currently animating? */ 244 // we just started or just stopped animating by comparing mWasAnimating with isAnimating(). 281 // When our app token is animating, we kind-of pretend like 285 // locally animating itself. The idea being that one that 309 // Done animating, clean up. 360 + mWin.mToken + ": first real window done animating"); 634 // Currently animating, persist current state of allDrawn until animatio [all...] |
WindowAnimator.java | 167 // stopped animating, do one more pass through the layout 171 "updateWindowsApps...: done animating " + appAnimator.mAppToken); 185 // stopped animating, do one more pass through the layout 189 "updateWindowsApps...: done animating exiting " + appAnimator.mAppToken); 362 // If this window is animating, make a note that we have 363 // an animating window and take care of a request to run 384 && appAnimator.animating) {
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 73 // Start the process of animating the opening of the widget. 169 // Let the view know if we are animating, and at which offset to draw the 230 // Are we animating?
|
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
ListViewAnimations.java | 36 * This example shows how animating ListView items can lead to problems as views are recycled,
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_shelf_controller.h | 56 // Current height of the shelf. Changes while the shelf is animating in or
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar.h | 48 // effect once the infobar is animating closed.
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_widget_controller.cc | 117 // animation. Sets transition duration to 0 to avoid animating to the
|
/external/chromium_org/ash/rotator/ |
screen_rotation.cc | 51 // Use the target transform/bounds in case the layer is already animating.
|
/external/chromium_org/ash/wm/ |
resize_shadow.cc | 23 // Sets up a layer as invisible and fully transparent, without animating.
|
workspace_controller.cc | 30 // Amount of time to pause before animating anything. Only used during initial
|
/external/chromium_org/cc/debug/ |
frame_rate_counter.cc | 21 // - if the frame is too slow, then there is probably not animating content, so
|
/external/chromium_org/cc/layers/ |
draw_properties.h | 53 // animating, the main thread may not have the same values that are used
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_controller.h | 66 // call will trigger a notification that starts the infobar animating closed.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 86 // Determines if the tab is in the process of animating closed. It may still
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
infobar_container_gtk.h | 53 // are currently animating.
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_started_animation_views.cc | 28 // finishes animating.
|
/external/chromium_org/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 88 // Start the process of animating the opening of the widget. 141 // animating here. 199 // Let the view know if we are animating, and at which offset to draw the 264 // Are we animating?
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
glass_browser_frame_view.h | 100 // Whether or not the window throbber is currently animating.
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_actions_container.h | 96 // Animating the BrowserActionsContainer: 133 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer 360 // Don't show the chevron while animating. 369 // are done animating.
|
/external/chromium_org/tools/perf/page_sets/ |
key_silk_cases.json | 22 "why": "lots of layers all animating",
|
/external/chromium_org/ui/gfx/animation/ |
animation.h | 98 // Container we're in. If non-null we're animating.
|