HomeSort by relevance Sort by last modified time
    Searched full:objectanimator (Results 551 - 575 of 798) sorted by null

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 21 import android.animation.ObjectAnimator;
77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
  /developers/samples/android/ui/Interpolator/Application/tests/src/com/example/android/interpolator/tests/
SampleTests.java 23 import android.animation.ObjectAnimator;
107 ObjectAnimator animator = mTestFragment.startAnimation(i, 1000L, mTestFragment.getPathIn());
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 21 import android.animation.ObjectAnimator;
77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ReversingAnimation.java 21 import android.animation.ObjectAnimator;
80 bounceAnim = ObjectAnimator.ofFloat(ball, "y", ball.getY(), getHeight() - 50f).
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 21 import android.animation.ObjectAnimator;
77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java 21 import android.animation.ObjectAnimator;
94 ObjectAnimator animator = mRoundView.getScalingAnimator();
  /frameworks/base/docs/html/training/animation/
zoom.jd 260 .play(ObjectAnimator.ofFloat(expandedImageView, View.X,
262 .with(ObjectAnimator.ofFloat(expandedImageView, View.Y,
264 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_X,
265 startScale, 1f)).with(ObjectAnimator.ofFloat(expandedImageView,
297 set.play(ObjectAnimator
299 .with(ObjectAnimator
302 .with(ObjectAnimator
305 .with(ObjectAnimator
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColoredRectsActivity.java 19 import android.animation.ObjectAnimator;
32 private ObjectAnimator mAnimator;
  /frameworks/base/tests/VectorDrawableTest/res/anim/
ic_signal_airplane_v2_animation_mask_2.xml 18 <objectAnimator
25 <objectAnimator
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 20 import android.animation.ObjectAnimator;
142 return ObjectAnimator.ofPropertyValuesHolder(view,
BaseActivity.java 19 import android.animation.ObjectAnimator;
121 ObjectAnimator.ofObject(mBackground, "color", AnimatorUtils.ARGB_EVALUATOR, color)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 22 import android.animation.ObjectAnimator;
115 private ObjectAnimator createTranslationAnimation(View v, float newPos) {
116 ObjectAnimator anim = ObjectAnimator.ofFloat(v,
121 private ObjectAnimator createDismissAnimation(View v, float newPos, int duration) {
122 ObjectAnimator anim = createTranslationAnimation(v, newPos);
273 ObjectAnimator anim = createDismissAnimation(animView, newPos, duration);
321 final ObjectAnimator anim = createTranslationAnimation(animView, 0);
  /cts/tests/tests/graphics/res/drawable/
avd_single_frame.xml 42 <objectAnimator
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
ViewPropertyAnimation.java 8 * or a {@link android.animation.ObjectAnimator} to an {@link View}.
  /frameworks/base/packages/SystemUI/res/anim/
ic_dnd_disable_mask_1_animation.xml 19 <objectAnimator
ic_dnd_total_silence_disable_mask_1_animation.xml 19 <objectAnimator
ic_invert_colors_disable_animation_mask.xml 18 <objectAnimator
ic_invert_colors_enable_animation_mask.xml 18 <objectAnimator
ic_signal_airplane_disable_animation_mask.xml 18 <objectAnimator
ic_signal_airplane_enable_animation_mask.xml 18 <objectAnimator
ic_signal_flashlight_disable_animation_mask.xml 18 <objectAnimator
ic_signal_flashlight_enable_animation_mask.xml 18 <objectAnimator
ic_signal_location_disable_animation_mask.xml 18 <objectAnimator
ic_signal_location_enable_animation_mask.xml 18 <objectAnimator
ic_signal_workmode_disable_animation_mask.xml 18 <objectAnimator

Completed in 739 milliseconds

<<21222324252627282930>>