HomeSort by relevance Sort by last modified time
    Searched full:animates (Results 1 - 25 of 52) 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]
  /frameworks/base/core/java/android/widget/
TextSwitcher.java 30 * {@link #setText(CharSequence)} is called, TextSwitcher animates the current text
31 * 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.
find_bar_gtk.h 177 // The widget that animates the slide-in and -out of the findbar.
  /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.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FadeInTexture.java 23 // FadeInTexture is a texture which begins with a color, then gradually animates
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 164 * Constructs and returns an ObjectAnimator that animates between int values. A single
184 * Constructs and returns an ObjectAnimator that animates between int values. A single
202 * Constructs and returns an ObjectAnimator that animates between float values. A single
222 * Constructs and returns an ObjectAnimator that animates between float values. A single
241 * Constructs and returns an ObjectAnimator that animates between Object values. A single
266 * Constructs and returns an ObjectAnimator that animates between Object values. A single
289 * Constructs and returns an ObjectAnimator that animates between the sets of values specified
ValueAnimator.java 293 * Constructs and returns a ValueAnimator that animates between int values. A single
310 * Constructs and returns a ValueAnimator that animates between float values. A single
327 * Constructs and returns a ValueAnimator that animates between the values
340 * Constructs and returns a ValueAnimator that animates between Object values. A single
474 * Returns the values that this ValueAnimator animates between. These values are stored in
    [all...]
  /external/skia/src/animator/
SkAnimateActive.cpp 67 SkTDAnimateArray& animates = apply->fAnimators; local
68 int newCount = animates.count();
78 memcpy(&fAnimators[oldCount], animates.begin(), sizeof(fAnimators[0]) *
84 SkAnimateBase* test = animates[index];
481 // however, if there are two animates both operating on the same field, then
  /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.
  /external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.cc 119 // When the infobar is closed, it animates to 0 vertical height. We'll
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
background.html 43 // Gmail. This animates the badge text with a dot that cycles from left to
  /packages/apps/Launcher2/res/values/
config.xml 70 and it animates from its old position to the new one. -->
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 234 // animates the strip
  /build/tools/droiddoc/templates-sdk/assets/
carousel.js 234 // animates the strip
  /external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.cpp 276 // Results are accumulated to the first animation that animates a particular element/attribute pair.
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 232 * Sets the duration for the underlying animator that animates the requested properties.
286 * Sets the startDelay for the underlying animator that animates the requested properties.
304 * Sets the interpolator for the underlying animator that animates the requested properties.
    [all...]

Completed in 567 milliseconds

1 2 3