Searched
full:animations (Results
426 -
450 of
798) sorted by null
<<11121314151617181920>>
/frameworks/base/docs/html/guide/topics/resources/ |
overview.jd | 85 application menus, drawables, animations, and more.</dd>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
FirstFrameAnimatorHelper.java | 99 // The first frame on animations doesn't always trigger an invalidate...
|
/packages/apps/Browser/src/com/android/browser/ |
TabScrollView.java | 160 // TODO: These animations are broken and don't work correctly, removing for now
|
/packages/apps/Camera2/src/com/android/camera/ |
AnimationManager.java | 25 * Class to handle animations.
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
PointCloud.java | 41 // These allow us to have multiple concurrent animations.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
Paper.java | 60 // Note that we use "|" because we want both animations get updated.
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
PointCloud.java | 41 // These allow us to have multiple concurrent animations.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FirstFrameAnimatorHelper.java | 106 // The first frame on animations doesn't always trigger an invalidate...
|
SearchDropTargetBar.java | 110 // Create the various fade animations
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FirstFrameAnimatorHelper.java | 107 // The first frame on animations doesn't always trigger an invalidate...
|
SearchDropTargetBar.java | 114 // Create the various fade animations
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ActionableToastBar.java | 115 // Remove any running delayed animations first
|
/packages/inputmethods/LatinIME/java/res/values/ |
themes-common.xml | 85 <!-- Remove animations for now because it could drain a non-negligible amount of battery while typing.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
ButtonSwitcher.java | 105 // size yet so we can't start animations so we need to remember what animation to
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSMetadata.js | 625 "-webkit-animation": { m: "animations" }, 626 "-webkit-animation-delay": { m: "animations" }, 627 "-webkit-animation-duration": { m: "animations" }, 628 "-webkit-animation-iteration-count": { m: "animations" }, 629 "-webkit-animation-name": { m: "animations" }, [all...] |
UIUtils.js | 167 WebInspector.animateStyle = function(animations, duration, callback) 172 const animationsLength = animations.length; 176 // Pre-process animations. 178 var animation = animations[i]; 212 var animation = animations[i]; [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 81 * <li> A Drawable can perform animations by calling back to its client 83 * interface (via {@link #setCallback}) so that animations will work. A 508 * If this Drawable does transition animations between states, ask that 509 * it immediately jump to the current state and skip any active animations. 560 * Drawables, for example, to decide whether run animations. 565 * been set visible. Used for example to force animations [all...] |
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_controller.mm | 182 // Stop any running animations. 198 // currently-running animations, so do not set |infoBarClosing_| until after
|
/external/chromium_org/cc/layers/ |
layer_impl.h | 366 // and sets |out| to the inflation if there are animations that can inflate 649 // Manages animations for this layer.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
screen_locker.cc | 62 // Timeout for unlock animation guard - some animations may be required to run 64 // unlock happens even if animations are broken.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_mac.mm | 53 // Controller for animations that show or hide the app list. 78 // Duration of show and hide animations.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
confirm_quit_panel_controller.mm | 320 // Release all animations because CAAnimation retains its delegate (self), 350 [NSMutableDictionary dictionaryWithDictionary:[window animations]];
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimateElement.cpp | 80 // Animations of transform lists are not allowed for <animate> or <set> 406 // FIXME: A return value of float is not enough to support paced animations on lists.
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayer.h | 80 // which may have associated transformation and animations. 229 // These methods handle both transitions and keyframe animations.
|
/external/chromium_org/tools/perf/ |
test-info.json | 130 "description":"Benchmarks for various DHTML operations like simple animations." 196 "description":"Performance on [spaceport.io's perfmarks benchmark](http://spaceport.io/community/perfmarks). This test performs 3 animations (rotate, translate, scale) using a variety of methods (css, webgl, canvas, etc) and reports the number of objects that can be simultaneously animated while still achieving 30FPS."
|
Completed in 1225 milliseconds
<<11121314151617181920>>