/development/samples/LunarLander/ |
_index.html | 6 <li>Animating by calling invalidate() from draw()</li>
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_state.h | 38 // Returns YES if the bookmark bar is animating from the given state (to any 42 // Returns YES if the bookmark bar is animating to the given state (from any 46 // Returns YES if the bookmark bar is animating from the first given state to 51 // Returns YES if the bookmark bar is animating between the two given states (in
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_state.h | 27 // Returns YES if the bookmark bar is animating from the given state (to any 31 // Returns YES if the bookmark bar is animating to the given state (from any 35 // Returns YES if the bookmark bar is animating from the first given state to 40 // Returns YES if the bookmark bar is animating between the two given states (in
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.h | 20 // where the class is frozen on an image and not animating. The image needs to 23 // - Toast: Draws an image animating down to the bottom and then another image 24 // animating up from the bottom. Stops once the animation is complete.
|
side_tab_strip_controller.mm | 11 // - animating tabs in and out
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_view.h | 31 // dropdown widget (while animating the opening or closing of the widget). 34 // Returns the offset used while animating. 45 // While animating, the host clips the widget and draws only the bottom
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
throbber_view.h | 17 // where the class is frozen on an image and not animating. The image needs to 20 // - Toast: Draws an image animating down to the bottom and then another image 21 // animating up from the bottom. Stops once the animation is complete.
|
/external/chromium_org/chrome/browser/ui/views/ |
dropdown_bar_view.h | 30 // dropdown widget (while animating the opening or closing of the widget). 33 // Returns the offset used while animating. 52 // While animating, the host clips the widget and draws only the bottom
|
dropdown_bar_host_delegate.h | 14 // dropdown widget (while animating the opening or closing of the widget).
|
/external/chromium_org/ash/system/chromeos/network/ |
network_icon_animation_observer.h | 13 // Observer interface class for animating network icons.
|
network_icon.h | 61 // Gets the correct icon and label for |icon_type|. Also sets |animating| 62 // based on whether or not the icon is animating (i.e. connecting). 66 bool* animating);
|
tray_vpn.cc | 58 bool animating = false; local 59 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating); 60 if (animating) 77 bool* animating) { 89 *animating = false; 92 *animating = vpn->IsConnectingState();
|
/external/chromium_org/ui/compositor/test/ |
layer_animator_test_controller.h | 21 // Returns the running sequence animating the given property, if any.
|
/frameworks/base/services/java/com/android/server/wm/ |
AppWindowAnimator.java | 24 boolean animating; field in class:AppWindowAnimator 71 animating = false; 107 animating = true; 205 // it as not animating for purposes of scheduling transactions; 211 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed) 213 if (!animating) { 217 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating); 219 animating = true; 237 animating = true [all...] |
/external/chromium_org/ui/views/animation/ |
bounds_animator.h | 28 // Bounds animator is responsible for animating the bounds of a view from the 51 // Starts animating |view| from its current bounds to |target|. If there is 63 // animating its current bounds is returned. 74 // Stops animating the specified view. 84 // Returns true if BoundsAnimator is animating the bounds of |view|. 87 // Returns true if BoundsAnimator is animating any view. 105 // Creates the animation to use for animating views.
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
main.c | 51 int animating; member in struct:engine 159 engine->animating = 0; 171 engine->animating = 1; 219 // Also stop animating. 220 engine->animating = 0; 263 // If not animating, we will block forever waiting for events. 264 // If animating, we loop until all events are read, then continue 266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events, 294 if (engine.animating) {
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
main.c | 51 int animating; member in struct:engine 159 engine->animating = 0; 171 engine->animating = 1; 219 // Also stop animating. 220 engine->animating = 0; 263 // If not animating, we will block forever waiting for events. 264 // If animating, we loop until all events are read, then continue 266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events, 294 if (engine.animating) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderProgress.cpp | 84 bool animating = style()->hasAppearance() && m_animationDuration > 0; local 85 if (animating == m_animating) 88 m_animating = animating;
|
/external/chromium_org/cc/layers/ |
render_surface.h | 70 void SetTargetSurfaceTransformsAreAnimating(bool animating) { 71 target_surface_transforms_are_animating_ = animating; 76 void SetScreenSpaceTransformsAreAnimating(bool animating) { 77 screen_space_transforms_are_animating_ = animating;
|
render_surface_impl.h | 88 void SetTargetSurfaceTransformsAreAnimating(bool animating) { 89 target_surface_transforms_are_animating_ = animating; 94 void SetScreenSpaceTransformsAreAnimating(bool animating) { 95 screen_space_transforms_are_animating_ = animating;
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view.h | 36 // bounds when not animating, or the desired target bounds when animating.
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_popup_view.h | 35 // bounds when not animating, or the desired target bounds when animating.
|
/packages/apps/Settings/src/com/android/settings/widget/ |
AnimatedImageView.java | 90 public void setAnimating(boolean animating) { 91 mAnimating = animating;
|
/external/chromium_org/ash/ |
shell_window_ids.h | 18 // animating lower-level containers. 22 // windows. Only used by PowerButtonController for animating lower-level 29 // by PowerButtonController for animating lower-level containers.
|
/external/chromium_org/cc/animation/ |
layer_animation_controller.h | 62 // Returns the active animation in the given group, animating the given 67 // Returns the active animation animating the given property that is either 78 // Returns true if there is an animation currently animating the given
|