HomeSort by relevance Sort by last modified time
    Searched refs:animated (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.css 30 .show-animated,
31 .hide-animated {
35 .show-animated {
39 .hide-animated {
first_run.js 16 * Changes visibility of element with animated transition.
37 var transition = visible ? 'show-animated' : 'hide-animated';
55 // Whether animated transitions are enabled.
255 * Returns default duration of animated transitions, in ms.
  /external/deqp/framework/platform/ios/
tcuIOSViewController.m 65 - (void)viewWillAppear:(BOOL)animated
67 [super viewWillAppear:animated];
70 - (void)viewWillDisappear:(BOOL)animated
72 [super viewWillDisappear:animated];
  /external/chromium_org/ui/wm/core/
visibility_controller.cc 17 // animated.
42 bool animated = window->type() != ui::wm::WINDOW_TYPE_CONTROL && local
45 animated = animated &&
64 if (!animated || visible)
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java 145 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
146 mPagedView.onLauncherTransitionPrepare(l, animated, toWorkspace);
164 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
165 mPagedView.onLauncherTransitionStart(l, animated, toWorkspace);
174 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {
175 mPagedView.onLauncherTransitionEnd(l, animated, toWorkspace);
SearchDropTargetBar.java 152 public void showSearchBar(boolean animated) {
153 boolean needToCancelOngoingAnimation = mQSBSearchBarAnim.isRunning() && !animated;
155 if (animated) {
168 public void hideSearchBar(boolean animated) {
169 boolean needToCancelOngoingAnimation = mQSBSearchBarAnim.isRunning() && !animated;
171 if (animated) {
Launcher.java     [all...]
Workspace.java 2480 R.integer.config_workspaceScrimAlpha) \/ 100f, animated); local
    [all...]
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.h 21 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);
maximize_mode_window_state.cc 85 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) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
progress_center_item_group.js 38 * Items that are progressing, or completed but still animated.
46 * Set of animated state of items. Key is item ID and value is whether the
47 * item is animated or not.
61 * Whether the summarized item is animated or not.
136 * Obtains Whether the item should be animated or not.
137 * @param {boolean} previousAnimated Whether the item is previously animated or
141 * @return {boolean} Whether the item should be animated or not.
178 * Obtains the progressing (or completed but animated) item.
188 * Obtains whether the item should be animated or not.
190 * @return {boolean} Whether the item should be animated or not
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGNumberList.cpp 134 float animated = at(i)->value(); local
135 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, effectiveTo, effectiveToAtEnd, animated);
136 at(i)->setValue(animated);
SVGAnimatedTypeAnimator.cpp 70 // TransformList must be animated via <animateTransform>,
229 void SVGAnimatedTypeAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGPropertyBase* from, SVGPropertyBase* to, SVGPropertyBase* toAtEndOfDuration, SVGPropertyBase* animated)
234 RefPtr<SVGPropertyBase> fromValue = m_animationElement->animationMode() == ToAnimation ? animated : from;
237 RefPtr<SVGPropertyBase> animatedValue = animated;
  /packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java 134 public void showSearchBar(boolean animated) {
136 if (animated) {
149 public void hideSearchBar(boolean animated) {
151 if (animated) {
AppsCustomizeTabHost.java 370 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
371 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace);
401 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
402 if (animated) {
413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {
414 mAppsCustomizePane.onLauncherTransitionEnd(l, animated, toWorkspace);
416 if (animated) {
Launcher.java 731 // The animated view may be null in the case of a rotation during widget configuration
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
progress_center_panel.js 94 * @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...]
  /frameworks/ex/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/
AnimatedGifTest.java 94 InputStream is = getResources().openRawResource(R.raw.animated);
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 35 private final int MOVIE = com.android.cts.graphics.R.drawable.animated;
62 File imagefile = new File(dbDir, "animated.gif");
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 412 public void clear(boolean animated) {
413 clear(animated, false, true);
416 private void clear(boolean animated, boolean fireActionPerformed, boolean immediate) {
423 if (animated && mCurrentGesture != null) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 339 void dismissRecentsToHomeRaw(boolean animated) {
340 if (animated) {
351 boolean dismissRecentsToHome(boolean animated) {
355 dismissRecentsToHomeRaw(animated);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 376 public void setHideSensitive(boolean hideSensitive, boolean animated, long delay,
387 if (!animated) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 241 public void reset(boolean animated) {
249 if (animated) {
267 if (!animated) {
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen.css 13 .step.animated:not(.faded) {
  /external/chromium_org/ui/compositor/
layer_animator.cc 74 // 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 |= sequences[i]->properties()
    [all...]

Completed in 3443 milliseconds

1 2 3