Home
last modified time | relevance | path

Searched refs:ViewPropertyAnimator (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java49 public class ViewPropertyAnimator { class
248 ViewPropertyAnimator(View view) { in ViewPropertyAnimator() method in ViewPropertyAnimator
261 public ViewPropertyAnimator setDuration(long duration) { in setDuration()
318 public ViewPropertyAnimator setStartDelay(long startDelay) { in setStartDelay()
337 public ViewPropertyAnimator setInterpolator(TimeInterpolator interpolator) { in setInterpolator()
371 public ViewPropertyAnimator setListener(Animator.AnimatorListener listener) { in setListener()
394 public ViewPropertyAnimator setUpdateListener(ValueAnimator.AnimatorUpdateListener listener) { in setUpdateListener()
443 public ViewPropertyAnimator x(float value) { in x()
456 public ViewPropertyAnimator xBy(float value) { in xBy()
469 public ViewPropertyAnimator y(float value) { in y()
[all …]
DRenderNodeAnimator.java72 put(ViewPropertyAnimator.TRANSLATION_X, TRANSLATION_X);
73 put(ViewPropertyAnimator.TRANSLATION_Y, TRANSLATION_Y);
74 put(ViewPropertyAnimator.TRANSLATION_Z, TRANSLATION_Z);
75 put(ViewPropertyAnimator.SCALE_X, SCALE_X);
76 put(ViewPropertyAnimator.SCALE_Y, SCALE_Y);
77 put(ViewPropertyAnimator.ROTATION, ROTATION);
78 put(ViewPropertyAnimator.ROTATION_X, ROTATION_X);
79 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
80 put(ViewPropertyAnimator.X, X);
81 put(ViewPropertyAnimator.Y, Y);
[all …]
DView.java4872 private ViewPropertyAnimator mAnimator = null;
27921 public ViewPropertyAnimator animate() { in animate()
27923 mAnimator = new ViewPropertyAnimator(this); in animate()
/frameworks/base/core/tests/coretests/src/android/animation/
DViewPropertyAnimatorTest.java23 import android.view.ViewPropertyAnimator;
70 …protected ViewPropertyAnimator mAnimator; // The animator used in the tests. Must be set in subcla…
78 ViewPropertyAnimator mAnim;
80 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) { in Canceler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java22 import android.view.ViewPropertyAnimator;
123 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
158 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
255 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragmentTest.java30 import android.view.ViewPropertyAnimator;
72 when(mNotificationAreaInner.animate()).thenReturn(mock(ViewPropertyAnimator.class)); in setup()
75 when(mCenteredNotificationAreaView.animate()).thenReturn(mock(ViewPropertyAnimator.class)); in setup()
DStatusBarKeyguardViewManagerTest.java35 import android.view.ViewPropertyAnimator;
92 when(mLockIconContainer.animate()).thenReturn(mock(ViewPropertyAnimator.class, in setUp()
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java25 import android.view.ViewPropertyAnimator;
201 final ViewPropertyAnimator animation = view.animate(); in animateRemoveImpl()
231 final ViewPropertyAnimator animation = view.animate(); in animateAddImpl()
291 final ViewPropertyAnimator animation = view.animate(); in animateMoveImpl()
354 final ViewPropertyAnimator oldViewAnim = view.animate().setDuration( in animateChangeImpl()
378 final ViewPropertyAnimator newViewAnimation = newView.animate(); in animateChangeImpl()
DActionBarOverlayLayout.java39 import android.view.ViewPropertyAnimator;
91 private ViewPropertyAnimator mCurrentActionBarTopAnimator;
92 private ViewPropertyAnimator mCurrentActionBarBottomAnimator;
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md6 …nces to run them. The animator behaves similarly to the familiar `ViewPropertyAnimator`, with the …
34 …PropertyAnimator` instance. This object behaves similarly to the `ViewPropertyAnimator` object you…
38 Like `ViewPropertyAnimator`, `PhysicsPropertyAnimator` provides the following methods for animating…
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java28 import android.view.ViewPropertyAnimator;
1031 ViewPropertyAnimator animator = mTemporaryImage.animate().scaleX(1f).scaleY(1f) in runEnterAnimation()
1116 ViewPropertyAnimator animator = null; in runExitAnimation()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java45 import android.view.ViewPropertyAnimator;
678 ViewPropertyAnimator animator = animate();
809 ViewPropertyAnimator animator = mEmptyView.animate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java73 import android.view.ViewPropertyAnimator;
748 ViewPropertyAnimator animator = mDialogView.animate() in dismissH()
/frameworks/base/config/
Dpreloaded-classes3941 android.view.ViewPropertyAnimator$1
3942 android.view.ViewPropertyAnimator$AnimatorEventListener
3943 android.view.ViewPropertyAnimator$NameValuesHolder
3944 android.view.ViewPropertyAnimator$PropertyBundle
3945 android.view.ViewPropertyAnimator
Dboot-image-profile.txt16746 HSPLandroid/view/View;->animate()Landroid/view/ViewPropertyAnimator;
17522 HSPLandroid/view/ViewPropertyAnimator$1;->run()V
17523 HSPLandroid/view/ViewPropertyAnimator$AnimatorEventListener;->onAnimationCancel(Landroid/animation/…
17524 HSPLandroid/view/ViewPropertyAnimator$AnimatorEventListener;->onAnimationEnd(Landroid/animation/Ani…
17525 HSPLandroid/view/ViewPropertyAnimator$AnimatorEventListener;->onAnimationStart(Landroid/animation/A…
17526 HSPLandroid/view/ViewPropertyAnimator$AnimatorEventListener;->onAnimationUpdate(Landroid/animation/…
17527 HSPLandroid/view/ViewPropertyAnimator$PropertyBundle;->cancel(I)Z
17528 HSPLandroid/view/ViewPropertyAnimator;-><init>(Landroid/view/View;)V
17529 HSPLandroid/view/ViewPropertyAnimator;->alpha(F)Landroid/view/ViewPropertyAnimator;
17530 HSPLandroid/view/ViewPropertyAnimator;->animatePropertyBy(IFF)V
[all …]
Dhiddenapi-greylist-max-o.txt78731 Landroid/view/ViewPropertyAnimator$NameValuesHolder;-><init>(IFF)V
78732 Landroid/view/ViewPropertyAnimator$NameValuesHolder;->mDeltaValue:F
78733 Landroid/view/ViewPropertyAnimator$NameValuesHolder;->mFromValue:F
78734 Landroid/view/ViewPropertyAnimator$NameValuesHolder;->mNameConstant:I
78735 Landroid/view/ViewPropertyAnimator$PropertyBundle;-><init>(ILjava/util/ArrayList;)V
78736 Landroid/view/ViewPropertyAnimator$PropertyBundle;->cancel(I)Z
78737 Landroid/view/ViewPropertyAnimator$PropertyBundle;->mNameValuesHolder:Ljava/util/ArrayList;
78738 Landroid/view/ViewPropertyAnimator$PropertyBundle;->mPropertyMask:I
78739 Landroid/view/ViewPropertyAnimator;-><init>(Landroid/view/View;)V
78740 Landroid/view/ViewPropertyAnimator;->ALPHA:I
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33288 method public android.view.ViewPropertyAnimator animate();
34315 public class ViewPropertyAnimator {
34316 method public android.view.ViewPropertyAnimator alpha(float);
34317 method public android.view.ViewPropertyAnimator alphaBy(float);
34322 method public android.view.ViewPropertyAnimator rotation(float);
34323 method public android.view.ViewPropertyAnimator rotationBy(float);
34324 method public android.view.ViewPropertyAnimator rotationX(float);
34325 method public android.view.ViewPropertyAnimator rotationXBy(float);
34326 method public android.view.ViewPropertyAnimator rotationY(float);
34327 method public android.view.ViewPropertyAnimator rotationYBy(float);
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt51434 method public android.view.ViewPropertyAnimator animate();
52680 public class ViewPropertyAnimator {
52681 method public android.view.ViewPropertyAnimator alpha(float);
52682 method public android.view.ViewPropertyAnimator alphaBy(float);
52687 method public android.view.ViewPropertyAnimator rotation(float);
52688 method public android.view.ViewPropertyAnimator rotationBy(float);
52689 method public android.view.ViewPropertyAnimator rotationX(float);
52690 method public android.view.ViewPropertyAnimator rotationXBy(float);
52691 method public android.view.ViewPropertyAnimator rotationY(float);
52692 method public android.view.ViewPropertyAnimator rotationYBy(float);
[all …]
/frameworks/base/api/
Dcurrent.txt51578 method public android.view.ViewPropertyAnimator animate();
52824 public class ViewPropertyAnimator {
52825 method public android.view.ViewPropertyAnimator alpha(float);
52826 method public android.view.ViewPropertyAnimator alphaBy(float);
52831 method public android.view.ViewPropertyAnimator rotation(float);
52832 method public android.view.ViewPropertyAnimator rotationBy(float);
52833 method public android.view.ViewPropertyAnimator rotationX(float);
52834 method public android.view.ViewPropertyAnimator rotationXBy(float);
52835 method public android.view.ViewPropertyAnimator rotationY(float);
52836 method public android.view.ViewPropertyAnimator rotationYBy(float);
[all …]