Searched refs:animated (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dfirst_run.css30 .show-animated,
31 .hide-animated {
35 .show-animated {
39 .hide-animated {
H A Dstep.js49 * @param {boolean} animated Whether transition should be animated.
52 hide: function(animated, opt_onHidden) {
54 animated ? cr.FirstRun.getDefaultTransitionDuration() : 0;
67 * @param {boolean} animated Whether transition should be animated.
70 show: function(animated, opt_onShown) {
72 animated ? cr.FirstRun.getDefaultTransitionDuration() : 0;
/external/deqp/framework/platform/ios/
H A DtcuIOSViewController.m65 - (void)viewWillAppear:(BOOL)animated
67 [super viewWillAppear:animated];
70 - (void)viewWillDisappear:(BOOL)animated
72 [super viewWillDisappear:animated];
/external/chromium_org/ui/wm/core/
H A Dvisibility_controller.cc17 // animated.
42 bool animated = window->type() != ui::wm::WINDOW_TYPE_CONTROL && local
45 animated = animated &&
64 if (!animated || visible)
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.h21 bool animated);
47 // change get animated.
58 // window state. If |animated| is set we animate the change.
59 void UpdateBounds(wm::WindowState* window_state, bool animated);
H A Dmaximize_mode_window_state.cc85 wm::WindowState* window_state, bool animated) {
91 if (animated)
233 bool animated) {
255 UpdateBounds(window_state, animated);
263 UpdateBounds(window_state, animated);
282 bool animated) {
290 !animated) {
84 UpdateWindowPosition( wm::WindowState* window_state, bool animated) argument
231 UpdateWindow(wm::WindowState* window_state, wm::WindowStateType target_state, bool animated) argument
281 UpdateBounds(wm::WindowState* window_state, bool animated) argument
/external/chromium_org/third_party/polymer/components-chromium/paper-shadow/
H A Dpaper-shadow-extracted.js26 * @attribute animated
30 animated: {value: false, reflect: true},
93 if (this.animated) {
94 shadow[s].classList.add('paper-shadow-animated');
96 shadow[s].classList.remove('paper-shadow-animated');
119 if (this.animated) {
120 inner.classList.add('paper-shadow-animated');
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGNumberList.cpp134 float animated = at(i)->value(); local
135 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, effectiveTo, effectiveToAtEnd, animated);
136 at(i)->setValue(animated);
H A DSVGAnimatedTypeAnimator.cpp70 // TransformList must be animated via <animateTransform>,
229 void SVGAnimatedTypeAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGPropertyBase* from, SVGPropertyBase* to, SVGPropertyBase* toAtEndOfDuration, SVGPropertyBase* animated) argument
234 RefPtr<SVGPropertyBase> fromValue = m_animationElement->animationMode() == ToAnimation ? animated : from;
237 RefPtr<SVGPropertyBase> animatedValue = animated;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dprogress_center_panel.js94 * @param {boolean} animated Whether the progress width is applied as animated
97 ProgressCenterItemElement.prototype.update = function(item, animated) {
124 // animated == false may be intended to cancel the animation, so in that
126 if (currentWidthRate === nextWidthFrame && animated)
130 this.track_.classList.toggle('animated', animated);
133 if (animated) {
137 // For animated === false, we should call setWidth immediately to cancel the
160 this.track_.classList.remove('animated');
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen.css13 .step.animated:not(.faded) {
H A Doobe_screen_user_image.css109 #user-image-preview-img.animated-transform {
H A Dscreen_supervised_user_creation.css416 #supervised-user-creation-image-preview-img.animated-transform {
/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc74 // the getter of the target value) for an animated property. For example,
196 // Starting a zero duration pause that affects all the animated properties
235 // Scheduling a zero duration pause that affects all the animated properties
705 // Build a list of all currently animated properties.
706 LayerAnimationElement::AnimatableProperties animated = local
713 animated |= (*iter).sequence()->properties();
716 // Try to find an animation that doesn't conflict with an animated
717 // property or a property that will be animated before it. Note: starting
729 if (!sequences[i]->HasConflictingProperty(animated)) {
743 animated |
[all...]
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.css693 /* Animations for the animated ellipsis: */
694 .animated-ellipsis-component0 {
706 .animated-ellipsis-component1 {
718 .animated-ellipsis-component2 {
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc163 void AutoPlaceSingleWindow(aura::Window* window, bool animated) { argument
176 if (animated)
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dfile_manager.css1671 #progress-center.animated {
1698 #progress-center.animated #progress-center-open-view,
1699 #progress-center.animated #progress-center-close-view {
1753 #progress-center .progress-track.animated {
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js1431 // :animated
1432 animated: function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}
/external/chromium_org/ui/file_manager/gallery/css/
H A Dgallery.css1175 /* Tile's zoom factor is animated on hover. We apply the transform to
1227 .mosaic-tile .img-wrapper.animated:not([generic-thumbnail])
1243 /* In order to do mode animated transitions smoothly we keep both mosaic and
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js8242 // animated
8611 jQuery.expr.filters.animated = function( elem ) {
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1186 milliseconds