HomeSort by relevance Sort by last modified time
    Searched full:animating (Results 151 - 175 of 438) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 87 // tabs are animating closed (closed tabs are removed from |tabStripModel_|
96 // Set of TabControllers that are currently animating closed.
  /frameworks/base/core/java/android/transition/
Crossfade.java 240 Log.d(LOG_TAG, "animating from startBounds to endBounds: " +
248 // when we are animating the view directly?
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 70 * <p>For more information about animating with {@code AnimationDrawable}, read the
229 // Unscheduling may have clobbered this value; restore it to record that we're animating
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java 32 * <li>animating by calling invalidate() from draw()
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ScreenSlideActivity.java 37 * animating the current screen out (to the left) and the next screen in (from the right). The
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 52 /* enable animating the height of items */
  /external/chromium/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 118 // Create the animation object to assist in animating and fading.
  /external/chromium/chrome/browser/ui/cocoa/
info_bubble_window.mm 211 // If the window is currently animating a close, block all UI events to the
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 56 // Holds InfoBarControllers when they are in the process of animating out.
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.mm 96 // Set the initial position without animating (the balloon should not
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.h 104 // Determines if the tab is in the process of animating closed. It may still
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.h 244 // Animating the BrowserActionsContainer:
283 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer
502 // Don't show the chevron while animating.
511 // are done animating.
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 35 // finishes animating.
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 128 // Whether or not the window throbber is currently animating.
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.cc 104 // When the infobar is not animating (i.e. fully open), we set the
translate_infobar_base.cc 102 // If we're not animating, simply paint the background for the current state.
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 524 bool animating = false; local
538 if (!animating && network->IsConnectingState())
539 animating = true;
553 if (animating)
  /external/chromium_org/ash/system/tray/
tray_background_view.h 24 // This class handles setting and animating the background when the Launcher
  /external/chromium_org/ash/wm/
session_state_animator.h 66 // animations requested via menus/shortcuts and for animating remaining
solo_window_tracker.cc 44 // |child| nor any its ancestors is animating hidden.
  /external/chromium_org/chrome/browser/infobars/
infobar.cc 141 // When the infobar is not animating (i.e. fully open), we set the
infobar.h 79 // effect once the infobar is animating closed.
infobar_container.cc 191 // When the first infobar is animating closed, we animate the second infobar's
  /external/chromium_org/chrome/browser/resources/apps_debugger/js/
items_list.js 24 var animating = false;
144 if (animating) {
573 animating = true;
583 animating = false;
  /external/chromium_org/chrome/browser/resources/options/
cookies_view.css 58 /* Enable animating the height of items. */

Completed in 710 milliseconds

1 2 3 4 5 67 8 91011>>