Searched refs:animation (Results 101 - 125 of 424) sorted by relevance

1234567891011>>

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DGlTextureViewActivity.java19 import android.animation.ObjectAnimator;
20 import android.animation.ValueAnimator;
60 public void onAnimationUpdate(ValueAnimator animation) {
H A DFullscreenOverdrawActivity.java18 import android.animation.ObjectAnimator;
19 import android.animation.ValueAnimator;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DUtils.java19 import android.animation.Keyframe;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
/frameworks/support/design/lollipop/android/support/design/widget/
H A DViewUtilsLollipop.java19 import android.animation.AnimatorInflater;
20 import android.animation.ObjectAnimator;
21 import android.animation.StateListAnimator;
H A DFloatingActionButtonLollipop.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
21 import android.animation.StateListAnimator;
33 import android.view.animation.AnimationUtils;
34 import android.view.animation.Interpolator;
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java24 import android.view.animation.AnimationUtils;
25 import android.view.animation.Interpolator;
26 import android.view.animation.LinearInterpolator;
/frameworks/base/core/java/android/animation/
H A DPointFEvaluator.java16 package android.animation;
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimatorRT.java19 import android.animation.TimeInterpolator;
21 import android.view.animation.Interpolator;
22 import android.view.animation.LinearInterpolator;
24 import com.android.internal.view.animation.FallbackLUTInterpolator;
45 * @return true if ViewPropertyAnimatorRT handled the animation,
/frameworks/base/core/java/android/view/animation/
H A DTranslateXAnimation.java17 package android.view.animation;
24 * conjunction with a TranslateYAnimation, allows independent animation of x and y
H A DTranslateYAnimation.java17 package android.view.animation;
24 * conjunction with a TranslateXAnimation, allows independent animation of x and y
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
138 AnimationProps animation, boolean allowShadows) {
144 if (animation.isImmediate()) {
163 animators.add(animation.apply(AnimationProps.TRANSLATION_Z, anim));
169 animators.add(animation.apply(AnimationProps.SCALE, anim));
173 animators.add(animation.apply(AnimationProps.ALPHA, anim));
182 animators.add(animation.apply(AnimationProps.BOUNDS, anim));
137 applyToTaskView(TaskView v, ArrayList<Animator> animators, AnimationProps animation, boolean allowShadows) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBounceInterpolator.java19 import android.view.animation.Interpolator;
/frameworks/base/services/core/java/com/android/server/policy/
H A DLogDecelerateInterpolator.java19 import android.view.animation.Interpolator;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ValueAnimator;
41 import android.view.animation.AnimationUtils;
42 import android.view.animation.Interpolator;
61 * The overlap between the text disappearing and the dot appearing animation
71 * The duration the text should be visible, starting with the appear animation
77 * animation of the dot should start
387 public void onAnimationCancel(Animator animation) {
[all...]
H A DKeyguardPINView.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
27 import android.view.animation.AnimationUtils;
29 import com.android.settingslib.animation.AppearAnimationUtils;
30 import com.android.settingslib.animation.DisappearAnimationUtils;
/frameworks/base/core/java/android/transition/
H A DCrossfade.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
23 import android.animation.RectEvaluator;
24 import android.animation.ValueAnimator;
63 * Flag specifying that the fading animation should cross-fade
73 * Flag specifying that the fading animation should reveal the
84 * Flag specifying that the fading animation should first fade
105 * This means that the animation wil
[all...]
H A DRotate.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
H A DTranslationAnimationCreator.java20 import android.animation.Animator;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.ObjectAnimator;
23 import android.animation.TimeInterpolator;
113 public void onAnimationCancel(Animator animation) { argument
/frameworks/base/core/java/com/android/internal/view/animation/
H A DFallbackLUTInterpolator.java17 package com.android.internal.view.animation;
19 import android.animation.TimeInterpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationSettingsIconRow.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
196 public void onAnimationUpdate(ValueAnimator animation) {
202 setGearAlpha((float) animation.getAnimatedValue());
208 public void onAnimationStart(Animator animation) {
213 public void onAnimationCancel(Animator animation) {
219 public void onAnimationEnd(Animator animation) {
H A DKeyguardAffordanceView.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ArgbEvaluator;
22 import android.animation.PropertyValuesHolder;
23 import android.animation.ValueAnimator;
36 import android.view.animation.Interpolator;
89 public void onAnimationEnd(Animator animation) {
95 public void onAnimationEnd(Animator animation) {
101 public void onAnimationEnd(Animator animation) {
107 public void onAnimationEnd(Animator animation) {
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java19 import android.animation.Animator;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
30 import android.view.animation.LinearInterpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DTaskStackHorizontalViewAdapter.java18 import android.animation.Animator;
83 public void onAnimationStart(Animator animation) { }
86 public void onAnimationEnd(Animator animation) {
92 public void onAnimationCancel(Animator animation) { }
95 public void onAnimationRepeat(Animator animation) { }
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerHandleView.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
128 public void onAnimationEnd(Animator animation) {
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
H A DTranslationAnimationCreator.java5 import android.animation.Animator;
6 import android.animation.AnimatorListenerAdapter;
7 import android.animation.ObjectAnimator;
8 import android.animation.TimeInterpolator;
101 public void onAnimationCancel(Animator animation) { argument

Completed in 5486 milliseconds

1234567891011>>