Searched refs:animation (Results 176 - 184 of 184) sorted by relevance

12345678

/frameworks/base/core/java/android/widget/
H A DGridView.java32 import android.view.animation.GridLayoutAnimationController;
H A DNumberPicker.java49 import android.view.animation.DecelerateInterpolator;
H A DAbsListView.java61 import android.view.animation.Interpolator;
62 import android.view.animation.LinearInterpolator;
512 * The StrictMode "critical time span" objects to catch animation
513 * stutters. Non-null when a time-sensitive animation is
705 * animation is now coasting to a stop
4729 * @param duration Duration of the scroll animation in milliseconds.
5654 * @param animateEntrance true if the window should appear with an animation
H A DTextView.java115 import android.view.animation.AnimationUtils;
7070 * Sets how many times to repeat the marquee animation. Only applied if the
7082 * Gets the number of times the marquee animation is repeated. Only meaningful if the
7085 * @return the number of times the marquee animation is repeated. -1 if the animation
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java29 import android.animation.LayoutTransition;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java85 import android.view.animation.Animation;
86 import android.view.animation.AnimationUtils;
1314 * animation), a value between
H A DPhoneWindowManager.java92 import android.view.animation.Animation;
93 import android.view.animation.AnimationUtils;
1621 // Whoops, there is no way to display an animation/preview
1792 // is shown. We don't want an animation on the dream, because
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java50 import android.view.animation.Interpolator;
227 * is fully in view and no animation is in progress.
312 * to the page views using animation properties.
314 * <p>As property animation is only supported as of Android 3.0 and forward,
600 * <p><em>Note:</em> Prior to Android 3.0 the property animation APIs did not exist.
605 * @param transformer PageTransformer that will modify each page's animation properties
761 // We want the duration of the page snap animation to be influenced by the distance that
1621 // Keep on drawing until the animation has finished.
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java20 import android.animation.ObjectAnimator;
919 // time for the longest scroll animation
3121 // stop the scroll animation, and don't let a subsequent fling add
3138 // don't abort a scroll animation if we didn't change anything
3837 * Request the scroller to abort any ongoing animation
4262 // Currently for each draw we compute the animation values;
4461 * FIXME: no animation code yet */
5887 // stop the current scroll animation, but if this is
6001 // no dragging during scroll zoom animation, or when prevent
7120 // don't scroll while in zoom animation
[all...]

Completed in 382 milliseconds

12345678