HomeSort by relevance Sort by last modified time
    Searched full:animates (Results 1 - 25 of 68) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 9 android:valueTo : Value the animation animates to. [integer, float, color, dimension]
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 29 * the button animates into its pressed state and animates back out of it, overshooting
  /frameworks/base/core/java/android/widget/
TextSwitcher.java 32 * {@link #setText(CharSequence)} is called, TextSwitcher animates the current text
33 * out and animates the new text in.
  /external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.h 42 // The widget that animates the slide-out of fullscreen exit bubble.
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeInTexture.java 20 // FadeInTexture is a texture which begins with a color, then gradually animates
FadeOutTexture.java 20 // FadeOutTexture is a texture which begins with a given texture, then gradually animates
  /development/samples/CubeLiveWallpaper/
_index.html 34 CubeWallpaper1</code></a> &mdash; a wallpaper service that draws and animates a
40 &mdash; a wallpaper service that draws and animates a
48 animates a wire-frame shape to a <code>Canvas</code>. The shape is set by the
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.h 180 // Animates to a visible state.
182 // Animates to a hidden state.
185 // Animates to a visible/hidden state (visible if |fade_in| is true).
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.mm 11 // NSAnimation subclass that animates the height of an AnimatableView. Allows
  /external/webkit/Source/WebCore/platform/
ScrollAnimator.h 57 // The base class implementation always scrolls immediately, never animates.
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 54 * Animates the children starting from the left of the grid to the right.
59 * Animates the children starting from the right of the grid to the left.
64 * Animates the children starting from the top of the grid to the bottom.
69 * Animates the children starting from the bottom of the grid to the top.
  /external/skia/legacy/src/animator/
SkAnimateActive.cpp 59 SkTDAnimateArray& animates = apply->fAnimators; local
60 int newCount = animates.count();
70 memcpy(&fAnimators[oldCount], animates.begin(), sizeof(fAnimators[0]) *
76 SkAnimateBase* test = animates[index];
478 // however, if there are two animates both operating on the same field, then
  /external/skia/src/animator/
SkAnimateActive.cpp 59 SkTDAnimateArray& animates = apply->fAnimators; local
60 int newCount = animates.count();
70 memcpy(&fAnimators[oldCount], animates.begin(), sizeof(fAnimators[0]) *
76 SkAnimateBase* test = animates[index];
478 // however, if there are two animates both operating on the same field, then
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 165 * Constructs and returns an ObjectAnimator that animates between int values. A single
185 * Constructs and returns an ObjectAnimator that animates between int values. A single
203 * Constructs and returns an ObjectAnimator that animates between float values. A single
223 * Constructs and returns an ObjectAnimator that animates between float values. A single
242 * Constructs and returns an ObjectAnimator that animates between Object values. A single
267 * Constructs and returns an ObjectAnimator that animates between Object values. A single
290 * Constructs and returns an ObjectAnimator that animates between the sets of values specified
  /developers/samples/android/ui/views/TextSwitcher/TextSwitcher/src/main/java/com/example/android/ui/views/textswitcher/
MainActivity.java 35 * {@link TextSwitcher} is a special type of {@link ViewSwitcher} that animates
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 25 * A simple class that animates double-touch zoom gestures. Functionally similar to a {@link
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardGlowStripView.java 35 * A layout which animates a strip of horizontal, pulsing dots on request. This is used
  /packages/apps/Launcher2/res/values/
config.xml 55 and it animates from its old position to the new one. -->
  /frameworks/base/docs/html/training/animation/
cardflip.jd 91 of the card animates out and to the left and in and from the left. You'll also need two animators
92 for when the back of the card animates in and from the right and out and to the right.
331 <li>Replaces the currently displayed fragment with a new fragment and animates this event
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 179 * Animates a swipe of the item either back into place or out of the listview container.
259 * This method animates all other views in the ListView container (not including ignoreView)
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 127 // height, and makes the popup visible. Animates to the new frame
  /external/chromium/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 7 // downwards and animates towards the bottom of the window where the new
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.h 53 // Animates the dragged tab to the specified bounds, then calls back to
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 32 // immediately) that animates an image downward from the center of the frame
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.h 86 // having to poll it while it animates to open/closed status.

Completed in 1068 milliseconds

1 2 3