Searched
full:animations (Results
251 -
275 of
798) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 54 * first animation frame. This can is useful for short animations. 335 * <p>Objects that interpret Animations should call this method when 407 * useful when composing complex animations using an {@link AnimationSet } 408 * where some of the animations components start at different times. 580 * animations. The transformation is not applied before the AnimationSet 595 * Note that this applies to individual animations and when using an {@link 597 * animations. 815 * Animations can be written to cause themselves to run for a different [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.h | 141 // Set to YES to prevent any node animations. Useful for unit testing so that 142 // incomplete animations do not cause valgrind complaints. 218 // Set to YES in order to prevent animations.
|
bookmark_bar_controller.h | 256 // Set to YES to prevent any node animations. Useful for unit testing so that 257 // incomplete animations do not cause valgrind complaints. 302 // need it for animations. Try not to propagate its use. 404 // Set to YES in order to prevent animations.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip.h | 210 // -- Animations ------------------------------------------------------------ 218 // Starts various types of TabStrip animations. 254 // True if PrepareForCloseAt has been invoked. When true remove animations
|
tab_strip_controller.h | 63 // Updates the loading animations of all the tabs.
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager.h | 128 // Stops any animations and sets the bounds of the launcher and status 270 // If |observer| is specified, it will be called back when the animations, if 276 // Stops any animations and progresses them to the end.
|
shelf_widget.h | 98 // Disable dimming animations for running tests.
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller.h | 121 // Disables animations and moves the mouse so that it is not over the 254 // State machine for the revealed/closed animations. 284 // Whether the animations are disabled for testing.
|
lock_state_controller.h | 48 // Displays onscreen animations and locks or suspends the system in response to 192 // Can be used to display "hiding" animations on unlock. 193 // |callback| will be called when all animations are done.
|
/external/chromium_org/chromeos/ |
chromeos_switches.cc | 47 // Avoid doing expensive animations upon login. 48 const char kDisableLoginAnimations[] = "disable-login-animations"; 61 // Avoid doing animations upon oobe.
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSAnimations.cpp | 321 // the general case of the Web Animations model. 364 const CSSAnimationDataList* animationDataList = style.animations(); 406 HashSet<RefPtr<InertAnimation> > animations; 411 animations.add(InertAnimation::create(KeyframeAnimationEffect::create(keyframesAndTimingFunctions[j].first), timing, isPaused)); 413 update->startAnimation(animationName, animations); 454 for (HashSet<RefPtr<InertAnimation> >::const_iterator animationsIter = iter->animations.begin(); animationsIter != iter->animations.end(); ++animationsIter) { [all...] |
/frameworks/base/core/java/android/app/ |
FragmentTransaction.java | 150 * entering and exiting in this transaction. These animations will not be 158 * and <code>popExit</code> animations will be played for enter/exit 173 * animations.
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentTransaction.java | 164 * entering and exiting in this transaction. These animations will not be 172 * and <code>popExit</code> animations will be played for enter/exit 187 * animations.
|
/build/target/board/generic/ |
BoardConfig.mk | 65 # the latency will end up being an additional vsync period, and animations
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationUtilsTest.java | 84 // TODO: How to assert these Animations.
|
/development/samples/ApiDemos/ |
_index.html | 33 fragment animations</a></li>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentCustomAnimations.java | 33 * Demonstrates the use of custom animations in a FragmentTransaction when
|
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
ListViewAnimations.java | 37 * and how to perform these types of animations correctly with new API added in Jellybean.
|
/development/samples/training/AnimationsDemo/res/values/ |
strings.xml | 20 <string name="app_name">Animations Demo</string>
|
/external/chromium/chrome/browser/ui/ |
browser_window.h | 117 // Update any loading animations running in the window. |should_animate| is 118 // true if there are tabs loading and the animations should continue, false 119 // if there are no active loads and the animations should end. 262 // during infobar animations).
|
/external/chromium/chrome/browser/ui/cocoa/ |
fullscreen_controller.mm | 36 // Helper class to manage animations for the fullscreen dropdown bar. Calls 150 // Stops any running animations, removes tracking areas, etc. 369 // Invariant says that the tracking area is not installed while animations are 449 // movements during animations (see class comment in the header file).
|
/external/chromium/chrome/browser/ui/views/ |
status_bubble_views.h | 81 // Cancel all waiting expansion animations in the timer.
|
/external/chromium/chrome/common/extensions/docs/static/ |
api_other.html | 64 such as filters, animations, and transformations.
|
/external/chromium/webkit/glue/ |
dom_operations.h | 77 // Returns the number of animations currently running.
|
/external/chromium_org/android_webview/public/browser/ |
draw_gl.h | 22 // set by the caller of the draw function and updated during View animations.
|
Completed in 506 milliseconds
<<11121314151617181920>>