/external/clang/test/Analysis/ |
superclass.m | 35 animations:(void (^)(void))animations
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintHelper.java | 12 import com.jme3.scene.plugins.blender.animations.Ipo;
13 import com.jme3.scene.plugins.blender.animations.IpoHelper;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ |
ModifierHelper.java | 42 import com.jme3.scene.plugins.blender.animations.Ipo;
43 import com.jme3.scene.plugins.blender.animations.IpoHelper;
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
pausing.jd | 74 <li>Stop animations or other ongoing actions that could consume CPU.</li> 128 activity enters the Resumed state (such as begin animations and initialize components only used
|
/frameworks/base/docs/html/training/custom-views/ |
optimizing-view.jd | 41 animations consistently run at 60 frames per second.</p> 51 would cause a stutter. Allocate objects during initialization, or between animations. Never make an
|
/frameworks/base/packages/SystemUI/res/values/ |
styles.xml | 23 <!-- Animations for a non-full-screen window or activity. --> 151 <!-- Standard animations for hiding and showing the status bar. -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NotificationRowLayout.java | 124 "in transition and animations " + 229 * to false during some animations to smooth out performance. Callers should restore the
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.mm | 387 // running animations and set the new frame value immediately. In practice, 388 // zero-length animations are ignored entirely. Work around this AppKit bug 391 // convinces AppKit to do the right thing. Save off the current animations 393 savedAnimations = [[popup_ animations] copy]; 407 // Restore the original animations dictionary. This does not reinstate any 408 // previously running animations.
|
/external/chromium_org/ash/wm/ |
window_animations.cc | 53 // Brightness/grayscale values for hide/show window animations. 354 // In tests |old_layer| is deleted here, as animations have zero duration. 483 std::vector<ui::LayerAnimationSequence*> animations; local 484 animations.push_back(brightness_sequence.release()); 485 animations.push_back(grayscale_sequence.release()); 487 return animations;
|
lock_state_controller_unittest.cc | 102 // We would control animations in a fine way: 108 // Temporary disable animations so that observer is always called, and 112 // TODO(antrim): once there is a way to mock time and run animations, make 113 // sure that animations are finished even in simple tests. 714 // We require animations to have a duration for this test. [all...] |
session_state_animator.cc | 270 std::vector<ui::LayerAnimationSequence*> animations; local 271 animations.push_back(brightness_sequence.release()); 272 animations.push_back(grayscale_sequence.release()); 275 animations[0]->AddObserver(observer); 280 animator->StartTogether(animations);
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip.h | 156 // Updates the loading animations displayed by tabs in the tabstrip to the 181 // Stops any ongoing animations. If |layout| is true and an animation is 327 // Schedules the animations and bounds changes necessary for a remove tab 479 // -- Animations ------------------------------------------------------------ 504 // Starts various types of TabStrip animations. 586 // True if PrepareForCloseAt has been invoked. When true remove animations
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteFragment.java | 432 * has happened due to a dataset change, the cached offsets are used to create animations 488 * Performs a animations for a row of tiles 549 * Performs animations for the list view. If the list item is a row of tiles, horizontal 550 * animations will be performed instead. 554 // Don't do animations if the database is being queried for the first time and 577 // This is a tiled row, so perform horizontal animations instead
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
CompositedLayerMapping.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.cpp | 95 // If any changes to CSS Animations were detected, stash the update away for application after the 723 // FIXME: The CSSWG wants to specify that the effects of animations are applied before 764 CSSAnimationDataList* animations = state.style()->accessAnimations(); local 765 ASSERT(animations && !animations->isEmpty()); 766 while (animations->animation(0)->name() != animationName) 767 animations->remove(0); 768 ASSERT(!animations->isEmpty() && animations->animation(0)->name() == animationName); [all...] |
/external/chromium_org/content/public/common/ |
content_switches.cc | 332 // Disable CSS Transitions / Animations on the Web Animations model. 333 const char kDisableWebAnimationsCSS[] = "disable-web-animations-css"; 607 // Enable CSS Transitions / Animations on the Web Animations model. 608 const char kEnableWebAnimationsCSS[] = "enable-web-animations-css"; 610 // Enable SVG Animations on the Web Animations model. 611 const char kEnableWebAnimationsSVG[] = "enable-web-animations-svg"; [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
apps.js | 117 // Disable the animations when the app launcher is being (re)initailized. 576 container.setAttribute('launcher-animations', false); 584 // We need to re-enable animations asynchronously, so that the 585 // animations are still disabled for this layout update. 587 container.setAttribute('launcher-animations', true);
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 78 // Updates loading animations for the TabStrip. 379 // during animations, so we can't use current_unselected_width_. 404 // -- Animations ------------------------------------------------------------- 409 // A generic Layout method for various classes of TabStrip animations, 413 // Starts various types of TabStrip animations.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimationElement.cpp | 511 // Fall back to discrete animations for Strings. 589 // For to-animations the from value is the current accumulated value from lower priority animations. 645 // Don't include any properties resulting from CSS Transitions/Animations or SMIL animations, as we want to retrieve the "base value".
|
/external/chromium_org/third_party/skia/include/animator/ |
SkAnimator.h | 181 @return kNotDifferent if there are no active animations; kDifferent if there are active animations; and 194 @return kNotDifferent if there are no active animations; kDifferent if there are active animations; and 376 /** Experimental. Resets any active animations so that the next time passed is treated as
|
/external/skia/include/animator/ |
SkAnimator.h | 181 @return kNotDifferent if there are no active animations; kDifferent if there are active animations; and 194 @return kNotDifferent if there are no active animations; kDifferent if there are active animations; and 376 /** Experimental. Resets any active animations so that the next time passed is treated as
|
/frameworks/base/services/java/com/android/server/wm/ |
AppTransition.java | 249 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: layout params pkg=" 261 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: picked package=" 270 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: package=" 276 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: picked package=" 363 // For normal animations, the exiting element just holds in place. [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.css | 354 html[anim=true][enable-section-animations=true] .section { 520 html[anim=true][enable-section-animations=true] .maxiview { 524 html[anim=true][enable-section-animations=true] .miniview {
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.mm | 74 // All animations should be explicitly stopped by the TabContents before a tab 370 // Autorelease the animations (cannot use release because the animation object 428 // Stop any existing animations.
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_actions_container.h | 98 // Animations are used when snapping the container to a value that fits all 231 // During testing we can disable animations by setting this flag to true, 363 // This is used while the user is resizing (and when the animations are in
|