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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 120 // The animator should be animating now.
143 // The animator should no longer be animating.
173 // Shouldn't be animating now.
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 75 bool animating = false; local
77 network_icon::ICON_TYPE_TRAY, &image, &name, &animating);
80 if (animating)
157 bool animating = false; local
159 network_icon::ICON_TYPE_DEFAULT_VIEW, &image, &label, &animating);
160 if (animating)
network_icon_animation.h 31 // Be sure to remove observers when no associated icons are animating.
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.h 74 // The color we are animating towards.
76 // The last color we showed (the one we are animating away from).
infobar_gtk.h 41 // Starts animating the InfoBar open.
47 // Starts animating the InfoBar closed. It will not be closed until the
  /external/chromium_org/chrome/browser/ui/extensions/
extension_installed_bubble.h 46 // if, because of animating (such as from adding a new browser action
86 // toolbar is animating.
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 50 // Number of milliseconds spent animating open; also the time spent animating
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 89 boolean animating; field in class:PinnedHeaderListView.PinnedHeader
272 header.animating = false;
286 if (header.animating) {
297 header.animating = true;
323 header.animating = false;
346 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
348 if (!header.animating) {
352 header.animating = true;
471 if (mHeaders[i].animating) {
532 if (header.animating) {
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
fast_resize_view.h 15 // resize mode is useful when animating a view that normally takes a significant
  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.h 47 // Returns the background that should be displayed when not animating.
  /external/chromium_org/ash/wm/
boot_splash_screen_chromeos.h 36 // Begins animating |layer_|'s opacity to 0 over |duration|.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_loading_shield_controller.h 30 // C++ bridge class for animating the dots.
  /external/chromium_org/chrome/browser/ui/cocoa/
fast_resize_view.h 14 // resize mode is useful when animating a view that normally takes a significant
  /external/chromium_org/chrome/browser/ui/views/infobars/
translate_infobar_base.h 44 // Returns the background that should be displayed when not animating.
  /external/chromium_org/third_party/WebKit/ManualTests/
animated-gif-bfcache-crash.html 35 <a href="rdar://problem/6978362">rdar://problem/6978362</a> Repro crash animating GIF if previously used in a closed window's back/forward list <br>
  /external/chromium_org/tools/perf/benchmarks/
jsgamebench.py 25 """Counts how many animating sprites can move around on the screen at once."""
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 379 int animating; member in struct:engine
410 engine->animating = 0;
416 engine->animating = 1;
440 engine->animating = 0;
475 // If not animating, we will block forever waiting for events.
476 // If animating, we loop until all events are read, then continue
478 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
494 if (engine.animating) {
  /development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 28 * This example shows various ways of animating multiple properties in parallel.
66 * ViewPropertyAnimator is the cleanest and most efficient way of animating
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.h 5 // A helper class for animating the display of native widget content.
32 // Called when a call to Close() finishes animating.
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h 71 // animating widget/layer is closed immediately and the new one is animating
  /external/chromium_org/chrome/browser/ui/gtk/
slide_animator_gtk.h 5 // A helper class for animating the display of native widget content.
32 // Called when a call to Close() finishes animating.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ash.cc 73 // Animating to immersive fullscreen does not look good. Immersive
75 // windows. The WindowState constructor disables animating to fullscreen
  /external/chromium_org/ui/app_list/cocoa/
apps_grid_controller.h 44 // The page to which the view is currently animating a scroll.
49 // Whether we are currently animating a scroll to the nearest page.
  /frameworks/base/services/java/com/android/server/power/
RampAnimator.java 49 * Starts animating towards the specified value.
84 // Start animating.
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
FractionalLinearLayout.java 31 * animating yFraction from 0 to 1, we can animate the fragment from the top of

Completed in 559 milliseconds

12 3 4 5 6 7 8 91011>>