| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
| TaskView.java | 23 import android.animation.ObjectAnimator; 145 private ObjectAnimator mDimAnimator; 146 private ObjectAnimator mOutlineAnimator; 303 mDimAnimator = ObjectAnimator.ofFloat(this, DIM_ALPHA, getDimAlpha(), 308 mOutlineAnimator = ObjectAnimator.ofFloat(this, VIEW_OUTLINE_ALPHA, 546 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this, 572 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this,
|
| /packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
| AlarmActivity.java | 21 import android.animation.ObjectAnimator; 223 mPulseAnimator = ObjectAnimator.ofPropertyValuesHolder(pulseView, 526 return ObjectAnimator.ofPropertyValuesHolder(button, 537 final ValueAnimator bounceAnimator = ObjectAnimator.ofFloat(mAlarmButton, 547 ObjectAnimator.ofFloat(mHintView, View.ALPHA, 0.0f, 1.0f).start(); 579 final Animator revealAnimator = ObjectAnimator.ofFloat( 599 final ValueAnimator fadeAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 0.0f);
|
| /frameworks/base/core/java/android/widget/ |
| ActionMenuPresenter.java | 21 import android.animation.ObjectAnimator; 324 ObjectAnimator anim; 327 anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, 330 anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhX); 333 anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhY); 363 ObjectAnimator anim = ObjectAnimator.ofFloat(menuItemLayoutInfoPre.view, View.ALPHA, 400 ObjectAnimator anim = ObjectAnimator.ofFloat(menuItemLayoutInfo.view, View.ALPHA, [all...] |
| /frameworks/base/core/java/com/android/internal/app/ |
| WindowDecorActionBar.java | 41 import android.animation.ObjectAnimator; 781 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, 0); 785 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, 791 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, 0)); 840 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, endingY); 844 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, 849 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, [all...] |
| /packages/apps/ExactCalculator/src/com/android/calculator2/ |
| Calculator.java | 32 import android.animation.ObjectAnimator; 617 ObjectAnimator.ofFloat(textView, View.SCALE_X, textScale, 1.0f), 618 ObjectAnimator.ofFloat(textView, View.SCALE_Y, textScale, 1.0f), 619 ObjectAnimator.ofFloat(textView, View.TRANSLATION_X, translationX, 0.0f), 620 ObjectAnimator.ofFloat(textView, View.TRANSLATION_Y, translationY, 0.0f)); 711 final Animator alphaAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 0.0f); [all...] |
| /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
| ImagePixelization.java | 18 import android.animation.ObjectAnimator; 123 ObjectAnimator animator = ObjectAnimator.ofInt(mSeekBar, "progress", 0,
|
| /frameworks/base/core/java/android/app/ |
| ExitTransitionCoordinator.java | 20 import android.animation.ObjectAnimator; 57 private ObjectAnimator mBackgroundAnimator; 289 mBackgroundAnimator = ObjectAnimator.ofInt(background, "alpha", 0);
|
| /frameworks/base/docs/html/guide/topics/resources/ |
| animation-resource.jd | 57 <dd>Resource pointer to a {@link android.animation.ValueAnimator}, {@link android.animation.ObjectAnimator}, 72 <<a href="#obj-animator-element">objectAnimator</a> 98 <code><set></code>, <code><objectAnimator></code>, or <code><valueAnimator></code>. You can 108 <dd>A container that holds other animation elements (<code><objectAnimator></code>, 131 <dt id="obj-animator-element"><code><objectAnimator></code></dt> 133 an {@link android.animation.ObjectAnimator}.</p> 143 The <code>objectAnimator</code> element does not expose a <code>target</code> 146 loadAnimator()} and call {@link android.animation.ObjectAnimator#setTarget setTarget()} to set 179 {@link android.animation.ObjectAnimator#start start()} is called. 301 <objectAnimator [all...] |
| /frameworks/base/docs/html/sdk/api_diff/21/changes/ |
| pkg_android.animation.html | 141 <A NAME="ObjectAnimator"></A> 142 <nobr><A HREF="android.animation.ObjectAnimator.html">ObjectAnimator</A></nobr>
|
| /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/ |
| ConfirmationViewHandler.java | 3 import android.animation.ObjectAnimator; 58 private ObjectAnimator mButtonBarAnimator; 372 ObjectAnimator.ofPropertyValuesHolder(
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
| BaseContentFragment.java | 19 import android.animation.ObjectAnimator; 401 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(v, "alpha", 1f);
|
| BaseDialogFragment.java | 21 import android.animation.ObjectAnimator; 211 ObjectAnimator oa = ObjectAnimator.ofInt(mBgDrawable, "alpha", 255);
|
| /cts/tests/tests/animation/src/android/animation/cts/ |
| ValueAnimatorTest.java | 20 import android.animation.ObjectAnimator; 301 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); 426 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
|
| /developers/build/prebuilts/gradle/Interpolator/ |
| README.md | 16 and path animations. It uses an [ObjectAnimator][2] to animate two view properties,
|
| /developers/samples/android/ui/Interpolator/ |
| README.md | 16 and path animations. It uses an [ObjectAnimator][2] to animate two view properties,
|
| /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
| Bouncer.java | 32 * This example shows simple uses of ValueAnimator, ObjectAnimator, and interpolators
|
| /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/ |
| ViewAnimations.java | 35 * ObjectAnimator API introduced in Android 3.0.
|
| /frameworks/base/core/java/android/animation/ |
| Keyframe.java | 89 * with no initial value must be used as part of an {@link ObjectAnimator}). 121 * with no initial value must be used as part of an {@link ObjectAnimator}). 153 * with no initial value must be used as part of an {@link ObjectAnimator}). 168 * an {@link ObjectAnimator} first starts; keyframes without values are assigned values at
|
| /frameworks/base/core/tests/coretests/src/android/animation/ |
| AnimatorSetActivityTest.java | 16 private ObjectAnimator a1,a2,a3; 57 a1 = ObjectAnimator.ofFloat(square1, View.TRANSLATION_X, 0f, 500f, 0f).setDuration(250); 58 a2 = ObjectAnimator.ofFloat(square2, View.ALPHA, 1f, 0f).setDuration(350); 59 a3 = ObjectAnimator.ofFloat(square3, View.ROTATION, 0, 90).setDuration(450);
|
| /frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
| KeyguardPINView.java | 20 import android.animation.ObjectAnimator;
|
| /frameworks/base/packages/SystemUI/res/anim/ |
| ic_dnd_total_silence_disable_outer_ring_merged_animation.xml | 19 <objectAnimator
|
| progress_indeterminate_horizontal_rect2_scale.xml | 20 <objectAnimator
|
| progress_indeterminate_horizontal_rect2_translate.xml | 20 <objectAnimator
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| PointsActivity.java | 19 import android.animation.ObjectAnimator;
|
| /frameworks/base/tests/VectorDrawableTest/res/anim/ |
| animation_linear_progress_bar_rect2_scale.xml | 20 <objectAnimator
|