HomeSort by relevance Sort by last modified time
    Searched refs:Animation (Results 251 - 275 of 293) sorted by null

<<1112

  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 25 #include "ui/base/animation/slide_animation.h"
41 // animation is added, and also possibly to take into account
54 // We add some padding before the left image so that the progress animation icon
67 // How long the 'download complete' animation should last for.
70 // How long the 'download interrupted' animation should last for.
329 // Set up our animation.
344 // Progress animation handlers.
507 // Stop any completion animation.
711 void DownloadItemView::AnimationProgressed(const ui::Animation* animation) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 62 import android.view.animation.*;
424 public static ShadowAnimation shadowOf(Animation instance) {
    [all...]
  /frameworks/base/core/java/android/view/
View.java 70 import android.view.animation.Animation;
71 import android.view.animation.AnimationUtils;
72 import android.view.animation.Transformation;
558 * {@link android.animation.Animator Animator}-based animations, described more in the
559 * <a href="#Animation">Animation</a> section.
562 * <a name="Animation"></a>
563 * <h3>Animation</h3>
566 * {@link android.animation} package APIs. These {@link android.animation.Animator Animator}-base
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 19 import android.animation.LayoutTransition;
20 import android.animation.ObjectAnimator;
298 lp.windowAnimations = com.android.internal.R.style.Animation; // == no animation
649 // TODO: Define custom animation for Search panel
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 85 import android.view.animation.Animation;
86 import android.view.animation.AnimationUtils;
    [all...]
PhoneWindowManager.java 92 import android.view.animation.Animation;
93 import android.view.animation.AnimationUtils;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.TimeInterpolator;
23 import android.animation.ValueAnimator;
24 import android.animation.ValueAnimator.AnimatorUpdateListener;
47 import android.view.animation.Animation;
48 import android.view.animation.DecelerateInterpolator;
49 import android.view.animation.LayoutAnimationController
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 533 page/animation/AnimationBase.cpp \
534 page/animation/AnimationController.cpp \
535 page/animation/CompositeAnimation.cpp \
536 page/animation/ImplicitAnimation.cpp \
537 page/animation/KeyframeAnimation.cpp \
596 platform/animation/Animation.cpp \
597 platform/animation/AnimationList.cpp \
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 69 import android.animation.ValueAnimator;
146 import android.view.animation.Animation;
147 import android.view.animation.AnimationUtils;
148 import android.view.animation.Transformation;
237 * Animation thumbnail is as far as possible below the window above
253 /** The maximum length we will accept for a loaded animation duration:
356 * AppWindowTokens in the Z order they were in at the start of an animation. Between
358 * are added to mAppTokens during an animation an attempt is made to insert them at the same
423 * so we need to tell when the animation is done
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 264 <span class="small">Building Apps with</span><br/>Graphics &amp; Animation
336 <div class="nav-section-header"><a href="<?cs var:toroot ?>training/animation/index.html"
342 <li><a href="<?cs var:toroot ?>training/animation/crossfade.html">
346 <li><a href="<?cs var:toroot ?>training/animation/screen-slide.html">
350 <li><a href="<?cs var:toroot ?>training/animation/cardflip.html">
354 <li><a href="<?cs var:toroot ?>training/animation/zoom.html">
358 <li><a href="<?cs var:toroot ?>training/animation/layout.html">
366 <!-- End graphics and animation -->
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/chromium/chrome/browser/ui/
browser.cc 125 #include "ui/base/animation/animation.h"
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 

Completed in 837 milliseconds

<<1112