/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_shelf_controller.h | 66 // Current height of the shelf. Changes while the shelf is animating in or
|
download_started_animation_mac.mm | 75 // Create the animation object to assist in animating and fading.
|
/external/chromium_org/chrome/browser/ui/cocoa/notifications/ |
balloon_controller.mm | 95 // Set the initial position without animating (the balloon should not
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_icon_painter.cc | 23 // When animating the wrench icon's bars the bars are staggered by this
|
/external/chromium_org/chrome/browser/ui/views/ |
dropdown_bar_view.cc | 24 // When we are animating, we draw only the top part of the left and right
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
translate_infobar_base.cc | 93 // If we're not animating, simply paint the background for the current state.
|
/external/chromium_org/chrome/common/extensions/api/ |
webstore_private.json | 108 "description": "A flag to change the UI we show when an app is installed - a value of true means to show a bubble pointing at the new tab button (instead of the default behavior of opening the new tab page and animating the app icon)."
|
/external/chromium_org/chrome/test/automation/ |
browser_proxy.h | 101 // Returns whether the Find window is fully visible If animating, |is_visible|
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
animate-none.html | 168 animating.
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_collection_view_drag_manager.mm | 207 // The item could still be animating in the NSCollectionView, so ask it where
|
/external/chromium_org/ui/compositor/ |
layer_animator.cc | 199 // will prevent any of the sequences from animating until there are no 238 // will prevent any of the sequences from animating until there are no 743 // bounds), and we're currently animating the transform, we can't start 758 // Ensure that no one is animating one of the sequence's properties already.
|
/external/chromium_org/ui/message_center/cocoa/ |
tray_view_controller.h | 101 // The delay to start animating clearing next notification, in the number of
|
/external/chromium_org/ui/views/controls/button/ |
text_button.cc | 116 bool animating = button->GetAnimation()->is_animating(); local 120 // STATE_NORMAL and |animating| so that we show throb animations started from 126 ((state == TextButton::STATE_NORMAL) && animating))) { 131 if (animating) {
|
/frameworks/base/core/java/android/view/ |
InputEventReceiver.java | 164 * Should be called just before animating or drawing a new frame in the UI.
|
/frameworks/base/core/java/com/android/internal/widget/ |
AbsActionBarView.java | 113 * @return Current visibility or if animating, the visibility being animated to.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableContainer.java | 399 boolean animating = false; 410 animating = true; 427 animating = true; 434 if (schedule && animating) {
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AbsActionBarView.java | 112 * @return Current visibility or if animating, the visibility being animated to.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TiledScreenNail.java | 191 // In that case, we count it as animating state and we will draw
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewWithDraggableItems.java | 105 // Return early if we are still animating the pages
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewWithDraggableItems.java | 105 // Return early if we are still animating the pages
|
/external/chromium_org/ash/system/chromeos/network/ |
network_icon.cc | 763 bool* animating) { 793 *animating = false; 813 *animating = true; 821 *animating = false; 825 *animating = network->IsConnectingState();
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AnimatedAdapter.java | 144 // The view types have changed, since the animating views are gone. 409 // this cleaner / faster to determine if the view is animating. 522 // swipes, wait patiently before animating [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
tile_page.js | 265 * drag representation finishes animating to the final position, or when 584 this.classList.remove('animating-tile-page'); 631 this.classList.add('animating-tile-page'); [all...] |
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.mm | 259 // Prevent jumping while the FindBar is animating (hiding, then showing) too. 438 // If animating, ensure that the find bar is not hidden. Hidden status will be
|
/external/chromium/chrome/browser/ui/views/tabs/ |
base_tab.cc | 333 // We're animating closed and a middle mouse button was pushed on us but 565 // animating.
|