Searched refs:ViewPropertyAnimator (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java33 * more convenient syntax to animate a specific property, then ViewPropertyAnimator might be
45 * to the appropriate ViewPropertyAnimator object for that View.</p>
48 public class ViewPropertyAnimator { class
248 * get a ViewPropertyAnimator by calling View.animate().
250 * @param view The View associated with this ViewPropertyAnimator
252 ViewPropertyAnimator(View view) { method in class:ViewPropertyAnimator
265 public ViewPropertyAnimator setDuration(long duration) {
322 public ViewPropertyAnimator setStartDelay(long startDelay) {
341 public ViewPropertyAnimator setInterpolator(TimeInterpolator interpolator) {
375 public ViewPropertyAnimator setListene
[all...]
H A DRenderNodeAnimator.java63 // ViewPropertyAnimator uses a mask for its values, we need to remap them
68 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
[all...]
H A DViewPropertyAnimatorRT.java20 import android.view.ViewPropertyAnimator.NameValuesHolder;
30 * This is a RenderThread driven backend for ViewPropertyAnimator.
46 * false if ViewPropertyAnimator needs to handle it
48 public boolean startAnimation(ViewPropertyAnimator parent) {
66 private void doStartAnimation(ViewPropertyAnimator parent) {
97 private boolean canHandleAnimator(ViewPropertyAnimator parent) {
105 // ViewPropertyAnimator does, just with everything sitting on a single
H A DView.java661 * how the view is drawn on the display. In particular, the {@link ViewPropertyAnimator} class
4303 private ViewPropertyAnimator mAnimator = null;
24775 * This method returns a ViewPropertyAnimator object, which can be used to animate
24778 * @return ViewPropertyAnimator The ViewPropertyAnimator associated with this View.
24780 public ViewPropertyAnimator animate() {
24782 mAnimator = new ViewPropertyAnimator(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java22 import android.view.ViewPropertyAnimator;
80 private ViewPropertyAnimator outAnimation(ViewPropertyAnimator a) {
86 private ViewPropertyAnimator inAnimation(ViewPropertyAnimator a) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCollapsedStatusBarFragmentTest.java26 import android.view.ViewPropertyAnimator;
61 when(mNotificationAreaInner.animate()).thenReturn(mock(ViewPropertyAnimator.class));
/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java23 import android.view.ViewPropertyAnimator;
57 protected ViewPropertyAnimator mAnimator; // The animator used in the tests. Must be set in subclass
65 ViewPropertyAnimator mAnim;
67 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java21 import android.view.ViewPropertyAnimator;
119 public void apply(ViewPropertyAnimator animator, float currValue, float endValue,
154 public void apply(ViewPropertyAnimator animator, float currValue, float endValue,
240 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue,
/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java25 import android.view.ViewPropertyAnimator;
201 final ViewPropertyAnimator animation = view.animate();
231 final ViewPropertyAnimator animation = view.animate();
291 final ViewPropertyAnimator animation = view.animate();
354 final ViewPropertyAnimator oldViewAnim = view.animate().setDuration(
378 final ViewPropertyAnimator newViewAnimation = newView.animate();
H A DActionBarOverlayLayout.java38 import android.view.ViewPropertyAnimator;
89 private ViewPropertyAnimator mCurrentActionBarTopAnimator;
90 private ViewPropertyAnimator mCurrentActionBarBottomAnimator;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java26 import android.view.ViewPropertyAnimator;
200 final ViewPropertyAnimator animation = view.animate();
230 final ViewPropertyAnimator animation = view.animate();
290 final ViewPropertyAnimator animation = view.animate();
353 final ViewPropertyAnimator oldViewAnim = view.animate().setDuration(
377 final ViewPropertyAnimator newViewAnimation = newView.animate();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DScrollingTabContainerView.java36 import android.view.ViewPropertyAnimator;
72 protected ViewPropertyAnimator mVisibilityAnim;
241 ViewPropertyAnimator anim = animate().alpha(1f);
248 ViewPropertyAnimator anim = animate().alpha(0f);
569 public VisibilityAnimListener withFinalVisibility(ViewPropertyAnimator animation,
H A DActionBarOverlayLayout.java43 import android.view.ViewPropertyAnimator;
93 ViewPropertyAnimator mCurrentActionBarTopAnimator;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java26 import android.view.ViewPropertyAnimator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java43 import android.view.ViewPropertyAnimator;
713 ViewPropertyAnimator animator = animate();
864 ViewPropertyAnimator animator = mEmptyView.animate()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java28 import android.view.ViewPropertyAnimator;
1031 ViewPropertyAnimator animator = mTemporaryImage.animate().scaleX(1f).scaleY(1f)
1116 ViewPropertyAnimator animator = null;
/frameworks/base/config/
H A Dpreloaded-classes2449 android.view.ViewPropertyAnimator
2450 android.view.ViewPropertyAnimator$1
2451 android.view.ViewPropertyAnimator$AnimatorEventListener
2452 android.view.ViewPropertyAnimator$NameValuesHolder
2453 android.view.ViewPropertyAnimator$PropertyBundle
H A Dcompiled-classes-phone4604 android.view.ViewPropertyAnimator
4605 android.view.ViewPropertyAnimator$1
4606 android.view.ViewPropertyAnimator$2
4607 android.view.ViewPropertyAnimator$3
4608 android.view.ViewPropertyAnimator$AnimatorEventListener
4609 android.view.ViewPropertyAnimator$NameValuesHolder
4610 android.view.ViewPropertyAnimator$PropertyBundle

Completed in 8204 milliseconds