Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java48 public class ViewPropertyAnimator { class
252 ViewPropertyAnimator(View view) { in ViewPropertyAnimator() method in ViewPropertyAnimator
265 public ViewPropertyAnimator setDuration(long duration) { in setDuration()
322 public ViewPropertyAnimator setStartDelay(long startDelay) { in setStartDelay()
341 public ViewPropertyAnimator setInterpolator(TimeInterpolator interpolator) { in setInterpolator()
375 public ViewPropertyAnimator setListener(Animator.AnimatorListener listener) { in setListener()
398 public ViewPropertyAnimator setUpdateListener(ValueAnimator.AnimatorUpdateListener listener) { in setUpdateListener()
450 public ViewPropertyAnimator x(float value) { in x()
463 public ViewPropertyAnimator xBy(float value) { in xBy()
476 public ViewPropertyAnimator y(float value) { in y()
[all …]
DRenderNodeAnimator.java68 put(ViewPropertyAnimator.TRANSLATION_X, TRANSLATION_X);
69 put(ViewPropertyAnimator.TRANSLATION_Y, TRANSLATION_Y);
70 put(ViewPropertyAnimator.TRANSLATION_Z, TRANSLATION_Z);
71 put(ViewPropertyAnimator.SCALE_X, SCALE_X);
72 put(ViewPropertyAnimator.SCALE_Y, SCALE_Y);
73 put(ViewPropertyAnimator.ROTATION, ROTATION);
74 put(ViewPropertyAnimator.ROTATION_X, ROTATION_X);
75 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
76 put(ViewPropertyAnimator.X, X);
77 put(ViewPropertyAnimator.Y, Y);
[all …]
DViewPropertyAnimatorRT.java20 import android.view.ViewPropertyAnimator.NameValuesHolder;
48 public boolean startAnimation(ViewPropertyAnimator parent) { in startAnimation()
66 private void doStartAnimation(ViewPropertyAnimator parent) { in doStartAnimation()
97 private boolean canHandleAnimator(ViewPropertyAnimator parent) { in canHandleAnimator()
DView.java4265 private ViewPropertyAnimator mAnimator = null;
24707 public ViewPropertyAnimator animate() {
24709 mAnimator = new ViewPropertyAnimator(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java21 import android.view.ViewPropertyAnimator;
75 private ViewPropertyAnimator outAnimation(ViewPropertyAnimator a) { in outAnimation()
81 private ViewPropertyAnimator inAnimation(ViewPropertyAnimator a) { in inAnimation()
/frameworks/base/core/tests/coretests/src/android/animation/
DViewPropertyAnimatorTest.java23 import android.view.ViewPropertyAnimator;
57 …protected ViewPropertyAnimator mAnimator; // The animator used in the tests. Must be set in subcla…
65 ViewPropertyAnimator mAnim;
67 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) { in Canceler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java21 import android.view.ViewPropertyAnimator;
119 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
154 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
240 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragmentTest.java26 import android.view.ViewPropertyAnimator;
61 when(mNotificationAreaInner.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.java38 import android.view.ViewPropertyAnimator;
89 private ViewPropertyAnimator mCurrentActionBarTopAnimator;
90 private ViewPropertyAnimator mCurrentActionBarBottomAnimator;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java26 import android.view.ViewPropertyAnimator;
200 final ViewPropertyAnimator animation = view.animate(); in animateRemoveImpl()
230 final ViewPropertyAnimator animation = view.animate(); in animateAddImpl()
290 final ViewPropertyAnimator animation = view.animate(); in animateMoveImpl()
353 final ViewPropertyAnimator oldViewAnim = view.animate().setDuration( in animateChangeImpl()
377 final ViewPropertyAnimator newViewAnimation = newView.animate(); in animateChangeImpl()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DScrollingTabContainerView.java36 import android.view.ViewPropertyAnimator;
72 protected ViewPropertyAnimator mVisibilityAnim;
241 ViewPropertyAnimator anim = animate().alpha(1f); in animateToVisibility()
248 ViewPropertyAnimator anim = animate().alpha(0f); in animateToVisibility()
569 public VisibilityAnimListener withFinalVisibility(ViewPropertyAnimator animation, in withFinalVisibility()
DActionBarOverlayLayout.java43 import android.view.ViewPropertyAnimator;
93 ViewPropertyAnimator mCurrentActionBarTopAnimator;
/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/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java26 import android.view.ViewPropertyAnimator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java37 import android.view.ViewPropertyAnimator;
587 ViewPropertyAnimator animator = animate(); in onBusEvent()
/frameworks/base/
Dpreloaded-classes2515 android.view.ViewPropertyAnimator
2516 android.view.ViewPropertyAnimator$1
2517 android.view.ViewPropertyAnimator$AnimatorEventListener
2518 android.view.ViewPropertyAnimator$NameValuesHolder
2519 android.view.ViewPropertyAnimator$PropertyBundle
Dcompiled-classes-phone4538 android.view.ViewPropertyAnimator
4539 android.view.ViewPropertyAnimator$1
4540 android.view.ViewPropertyAnimator$2
4541 android.view.ViewPropertyAnimator$3
4542 android.view.ViewPropertyAnimator$AnimatorEventListener
4543 android.view.ViewPropertyAnimator$NameValuesHolder
4544 android.view.ViewPropertyAnimator$PropertyBundle
/frameworks/base/services/
Dprofile-classes2884 Landroid/view/ViewPropertyAnimator;
2885 Landroid/view/ViewPropertyAnimator$1;
2886 Landroid/view/ViewPropertyAnimator$2;
2887 Landroid/view/ViewPropertyAnimator$3;
2888 Landroid/view/ViewPropertyAnimator$AnimatorEventListener;
2889 Landroid/view/ViewPropertyAnimator$NameValuesHolder;
2890 Landroid/view/ViewPropertyAnimator$PropertyBundle;
/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/api/
Dcurrent.txt45107 method public android.view.ViewPropertyAnimator animate();
46279 public class ViewPropertyAnimator {
46280 method public android.view.ViewPropertyAnimator alpha(float);
46281 method public android.view.ViewPropertyAnimator alphaBy(float);
46286 method public android.view.ViewPropertyAnimator rotation(float);
46287 method public android.view.ViewPropertyAnimator rotationBy(float);
46288 method public android.view.ViewPropertyAnimator rotationX(float);
46289 method public android.view.ViewPropertyAnimator rotationXBy(float);
46290 method public android.view.ViewPropertyAnimator rotationY(float);
46291 method public android.view.ViewPropertyAnimator rotationYBy(float);
[all …]
Dsystem-current.txt48646 method public android.view.ViewPropertyAnimator animate();
49818 public class ViewPropertyAnimator {
49819 method public android.view.ViewPropertyAnimator alpha(float);
49820 method public android.view.ViewPropertyAnimator alphaBy(float);
49825 method public android.view.ViewPropertyAnimator rotation(float);
49826 method public android.view.ViewPropertyAnimator rotationBy(float);
49827 method public android.view.ViewPropertyAnimator rotationX(float);
49828 method public android.view.ViewPropertyAnimator rotationXBy(float);
49829 method public android.view.ViewPropertyAnimator rotationY(float);
49830 method public android.view.ViewPropertyAnimator rotationYBy(float);
[all …]