Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java47 public class ViewPropertyAnimator { class
251 ViewPropertyAnimator(View view) { in ViewPropertyAnimator() method in ViewPropertyAnimator
264 public ViewPropertyAnimator setDuration(long duration) { in setDuration()
321 public ViewPropertyAnimator setStartDelay(long startDelay) { in setStartDelay()
340 public ViewPropertyAnimator setInterpolator(TimeInterpolator interpolator) { in setInterpolator()
374 public ViewPropertyAnimator setListener(Animator.AnimatorListener listener) { in setListener()
397 public ViewPropertyAnimator setUpdateListener(ValueAnimator.AnimatorUpdateListener listener) { in setUpdateListener()
449 public ViewPropertyAnimator x(float value) { in x()
462 public ViewPropertyAnimator xBy(float value) { in xBy()
475 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()
/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/docs/html-intl/intl/ru/training/material/
Dshadows-clipping.jd60 <p>Новые методы {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} и {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} позволяют с лег…
63 {@link android.view.ViewPropertyAnimator}, а также в руководстве по <a href="{@docRoot}guide/topics…
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Dshadows-clipping.jd60 <p>全新的 {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} 与 {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} 方法让您能够轻松地为视图高度添…
63 {@link android.view.ViewPropertyAnimator} 的 API 参考以及<a href="{@docRoot}guide/topics/graphics/prop-a…
/frameworks/base/docs/html-intl/intl/ko/training/material/
Dshadows-clipping.jd60 <p>새 {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} 및 {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} 메서드를 사용하면 뷰의 엘리…
63 {@link android.view.ViewPropertyAnimator}의 API 레퍼런스와 <a href="{@docRoot}guide/topics/graphics/prop-…
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Dshadows-clipping.jd60 <p>新的 {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} 和 {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} 方法可以很輕易地讓視圖高度變得…
62 如需詳細資訊,請參閱 {@link android.view.ViewPropertyAnimator}的 API 參考資料和<a href="{@docRoot}guide/topics/grap…
/frameworks/base/docs/html-intl/intl/ja/training/material/
Dshadows-clipping.jd60 <p>新しい {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} メソッドや {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} メソッドを使用すると、ビューの…
63 {@link android.view.ViewPropertyAnimator} と、デベロッパー ガイドの<a href="{@docRoot}guide/topics/graphics/pro…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java21 import android.view.ViewPropertyAnimator;
83 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
118 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
186 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
/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/docs/html-intl/intl/in/training/material/
Dshadows-clipping.jd60 <p>Metode {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} dan {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} yang baru memud…
63 {@link android.view.ViewPropertyAnimator} dan panduan pengembang <a href="{@docRoot}guide/topics/gr…
/frameworks/base/docs/html/training/material/
Dshadows-clipping.jd60 <p>The new {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} and {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} methods enable
63 {@link android.view.ViewPropertyAnimator} and the <a
/frameworks/base/docs/html-intl/intl/pt-br/training/material/
Dshadows-clipping.jd60 <p>Os novos métodos {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} e {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} permitem
63 {@link android.view.ViewPropertyAnimator} e o guia do desenvolvedor <a href="{@docRoot}guide/topics…
/frameworks/base/docs/html-intl/intl/es/training/material/
Dshadows-clipping.jd60 <p>Los nuevos métodos {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} y {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} te permiten
63 {@link android.view.ViewPropertyAnimator} y la guía del desarrollador <a href="{@docRoot}guide/topi…
/frameworks/base/docs/html-intl/intl/vi/training/material/
Dshadows-clipping.jd60 <p>Các phương thức {@link android.view.ViewPropertyAnimator#z ViewPropertyAnimator.z()} và {@link
61 android.view.ViewPropertyAnimator#translationZ ViewPropertyAnimator.translationZ()} mới cho phép
63 {@link android.view.ViewPropertyAnimator} và hướng dẫn cho nhà phát triển về <a href="{@docRoot}gui…
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java38 import android.view.ViewPropertyAnimator;
88 private ViewPropertyAnimator mCurrentActionBarTopAnimator;
89 private ViewPropertyAnimator mCurrentActionBarBottomAnimator;
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd23 <h4>Introducing ViewPropertyAnimator</h4>
Dprop-animation.jd2 page.tags=valueanimator,objectanimator,layouttransition,ViewPropertyAnimator
31 <li><a href="#view-prop-animator">ViewPropertyAnimator</a></li>
875 <h3 id="view-prop-animator">Animating with ViewPropertyAnimator</h3>
876 <p>The {@link android.view.ViewPropertyAnimator} provides a simple way to animate several
881 once. In addition, the code for using the {@link android.view.ViewPropertyAnimator} is much
884 {@link android.animation.ObjectAnimator}, and the {@link android.view.ViewPropertyAnimator} when
903 <p><strong>ViewPropertyAnimator</strong></p>
910 android.view.ViewPropertyAnimator}, see the corresponding Android Developers
/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.java40 import android.view.ViewPropertyAnimator;
589 ViewPropertyAnimator animator = animate(); in onBusEvent()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd401 <li>New ViewPropertyAnimator class
403 <li>A new {@link android.view.ViewPropertyAnimator} class provides a
408 <p>Using the {@link android.view.ViewPropertyAnimator} is straightforward. To animate properties for
410 construct a {@link android.view.ViewPropertyAnimator} object for that {@link android.view.View}. Us…
411 methods on the {@link android.view.ViewPropertyAnimator} to specify what property to
413 call <code>alpha(0);</code>. The {@link android.view.ViewPropertyAnimator} object
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd286 because Views have a built-in {@link android.view.ViewPropertyAnimator} that is optimized for
/frameworks/base/
Dpreloaded-classes2210 android.view.ViewPropertyAnimator
2211 android.view.ViewPropertyAnimator$1
2212 android.view.ViewPropertyAnimator$AnimatorEventListener
2213 android.view.ViewPropertyAnimator$NameValuesHolder
2214 android.view.ViewPropertyAnimator$PropertyBundle

12