/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 47 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 …]
|
D | RenderNodeAnimator.java | 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.X, X); 77 put(ViewPropertyAnimator.Y, Y); [all …]
|
D | ViewPropertyAnimatorRT.java | 20 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/ |
D | BrightnessMirrorController.java | 25 import android.view.ViewPropertyAnimator; 66 private ViewPropertyAnimator outAnimation(ViewPropertyAnimator a) { in outAnimation() 71 private ViewPropertyAnimator inAnimation(ViewPropertyAnimator a) { in inAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | FlingAnimationUtils.java | 21 import android.view.ViewPropertyAnimator; 88 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() 123 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() 191 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ViewPropertyAnimatorTest.java | 23 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/recents/views/ |
D | TaskViewTransform.java | 22 import android.view.ViewPropertyAnimator; 83 ViewPropertyAnimator anim = v.animate(); in applyToTaskView()
|
/frameworks/base/docs/html/training/material/ |
D | shadows-clipping.jd | 60 <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/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 38 import android.view.ViewPropertyAnimator; 88 private ViewPropertyAnimator mCurrentActionBarTopAnimator; 89 private ViewPropertyAnimator mCurrentActionBarBottomAnimator;
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | index.jd | 23 <h4>Introducing ViewPropertyAnimator</h4>
|
D | prop-animation.jd | 2 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/ |
D | PhotoViewController.java | 26 import android.view.ViewPropertyAnimator; 949 ViewPropertyAnimator animator = mTemporaryImage.animate().scaleX(1f).scaleY(1f) in runEnterAnimation() 1027 ViewPropertyAnimator animator = null; in runExitAnimation()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | AppearAnimationUtils.java | 26 import android.view.ViewPropertyAnimator;
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 401 <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-intl/intl/ru/preview/testing/ |
D | performance.jd | 235 ViewPropertyAnimator и общих переходов).
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/testing/ |
D | performance.jd | 233 …NVERSALS_START 之間的時間,即可判斷它花費多久的時間評估所有執行中的動畫器 (常見的有 ObjectAnimator、ViewPropertyAnimator 及 Transitio…
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/testing/ |
D | performance.jd | 233 …戳与 PERFORM_TRANVERSALS_START 之间的时差,可以确定评估正在运行的所有动画(ObjectAnimator、ViewPropertyAnimator 和通用转换)所需的时间。
|
/frameworks/base/docs/html-intl/intl/ja/preview/testing/ |
D | performance.jd | 233 …ORM_TRANVERSALS_START の間の時間を確認することで、実行中のすべてのアニメーター(ObjectAnimator、ViewPropertyAnimator、共通の遷移となっている…
|
/frameworks/base/docs/html-intl/intl/ko/preview/testing/ |
D | performance.jd | 233 …FORM_TRANVERSALS_START 사이의 시간을 보면 실행 중인 애니메니터 전체((ObjectAnimator, ViewPropertyAnimator 및 Transitio…
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GuidedActionsStylist.java | 40 import android.view.ViewPropertyAnimator;
|
/frameworks/base/docs/html/training/custom-views/ |
D | making-interactive.jd | 286 because Views have a built-in {@link android.view.ViewPropertyAnimator} that is optimized for
|
/frameworks/base/ |
D | preloaded-classes | 1936 android.view.ViewPropertyAnimator 1937 android.view.ViewPropertyAnimator$1 1938 android.view.ViewPropertyAnimator$AnimatorEventListener 1939 android.view.ViewPropertyAnimator$NameValuesHolder 1940 android.view.ViewPropertyAnimator$PropertyBundle
|
/frameworks/base/docs/html/preview/testing/ |
D | performance.jd | 237 ViewPropertyAnimator, and Transitions being the common ones) that are running.
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/testing/ |
D | performance.jd | 235 …(ObjectAnimator, ViewPropertyAnimator e Transitions sendo as mais comuns) que estão sendo executad…
|
/frameworks/base/docs/html-intl/intl/es/preview/testing/ |
D | performance.jd | 233 … los mecanismos de animación (los más comunes son ObjectAnimator, ViewPropertyAnimator y Transitio…
|