|   /frameworks/base/core/res/res/anim/ | 
| btn_checkbox_to_unchecked_check_path_merged_animation.xml  | 18     <objectAnimator 26         <objectAnimator 32         <objectAnimator
  | 
|   /frameworks/base/packages/SystemUI/res/anim/ | 
| lockscreen_fingerprint_fp_to_error_state_path_1_animation.xml  | 22         <objectAnimator 29         <objectAnimator 36         <objectAnimator
  | 
| lockscreen_fingerprint_error_state_to_fp_path_1_animation.xml  | 22         <objectAnimator 29         <objectAnimator
  | 
| lockscreen_fingerprint_error_state_to_fp_path_2_animation.xml  | 22         <objectAnimator 29         <objectAnimator
  | 
|   /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/ | 
| ViewFocusAnimator.java  | 20 import android.animation.ObjectAnimator; 46     ObjectAnimator mFocusAnimation; 71         mFocusAnimation = ObjectAnimator.ofFloat(this, "focusProgress", 0.0f);
  | 
|   /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ | 
| PhoneStatusBarTransitions.java  | 21 import android.animation.ObjectAnimator; 55     public ObjectAnimator animateTransitionTo(View v, float toAlpha) { 56         return ObjectAnimator.ofFloat(v, "alpha", v.getAlpha(), toAlpha);
  | 
|   /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ | 
| ClipOutlineActivity.java  | 19 import android.animation.ObjectAnimator; 46         ObjectAnimator animator = ObjectAnimator.ofFloat(group, "clipPosition", 0.0f, 1.0f);
  | 
| ViewPropertyAlphaActivity.java  | 19 import android.animation.ObjectAnimator; 106         ObjectAnimator anim = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
  | 
|   /packages/apps/Messaging/src/com/android/messaging/ui/conversation/ | 
| ConversationMessageBubbleView.java  | 20 import android.animation.ObjectAnimator; 40     private ObjectAnimator mAnimator; 103         mAnimator = ObjectAnimator.ofInt(this, "morphWidth", oldWidth, newWidth);
  | 
| ConversationFastScroller.java  | 20 import android.animation.ObjectAnimator; 112     private ObjectAnimator mHidePreviewAnimation; 215         ObjectAnimator trackSlide = ObjectAnimator.ofFloat(mTrackImageView, View.TRANSLATION_X, 0); 216         ObjectAnimator thumbSlide = ObjectAnimator.ofFloat(mThumbImageView, View.TRANSLATION_X, 0); 242             ObjectAnimator trackSlide = ObjectAnimator.ofFloat(mTrackImageView, View.TRANSLATION_X, 244             ObjectAnimator thumbSlide = ObjectAnimator.ofFloat(mThumbImageView, View.TRANSLATION_X     [all...] | 
|   /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ | 
| TranslationAnimationCreator.java  | 5 import android.animation.ObjectAnimator; 55         ObjectAnimator anim = 56                 ObjectAnimator.ofFloat(view, View.TRANSLATION_X, View.TRANSLATION_Y, path);
  | 
|   /development/samples/training/AnimationsDemo/res/animator/ | 
| card_flip_left_out.xml  | 38     <objectAnimator 46     <objectAnimator
  | 
| card_flip_right_out.xml  | 38     <objectAnimator 46     <objectAnimator
  | 
|   /frameworks/base/core/java/android/transition/ | 
| ChangeClipBounds.java  | 19 import android.animation.ObjectAnimator; 102         return ObjectAnimator.ofObject(endValues.view, "clipBounds", evaluator, start, end);
  | 
|   /frameworks/base/tests/VectorDrawableTest/res/anim/ | 
| ic_hourglass_animation_mask_1.xml  | 18         <objectAnimator 25         <objectAnimator
  | 
|   /packages/apps/DeskClock/res/animator-v22/ | 
| ic_timer_animation_mask_1.xml  | 20     <objectAnimator 27     <objectAnimator
  | 
|   /packages/apps/Messaging/src/com/android/messaging/ui/ | 
| AudioPlaybackProgressBar.java  | 18 import android.animation.ObjectAnimator; 43         mUpdateAnimator.setRepeatCount(ObjectAnimator.INFINITE);
  | 
|   /frameworks/base/docs/html-intl/intl/ja/training/material/ | 
| animations.jd  | 373 <p>{@link android.animation.ObjectAnimator} ?????????????????????? 2 ?????????????????????????????????????? 378 ObjectAnimator mAnimator; 379 mAnimator = ObjectAnimator.ofFloat(view, View.X, View.Y, path); 396       <objectAnimator android:propertyName="translationZ" 400         <!-- you could have other objectAnimator elements 408       <objectAnimator android:propertyName="translationZ" 473 <code><objectAnimator></code> ????? 1 ???? ObjectAnimator ? xml ????</li> 520 <p>??????????? {@link android.animation.ObjectAnimator} ??????? {@link 526 <objectAnimator     [all...] | 
|   /packages/apps/Calculator/src/com/android/calculator2/ | 
| Calculator.java  | 24 import android.animation.ObjectAnimator; 288                 ObjectAnimator.ofFloat(textView, View.SCALE_X, textScale, 1.0f), 289                 ObjectAnimator.ofFloat(textView, View.SCALE_Y, textScale, 1.0f), 290                 ObjectAnimator.ofFloat(textView, View.TRANSLATION_X, translationX, 0.0f), 291                 ObjectAnimator.ofFloat(textView, View.TRANSLATION_Y, translationY, 0.0f)); 347         final Animator alphaAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 0.0f); 426                 ObjectAnimator.ofFloat(mResultEditText, View.SCALE_X, resultScale), 427                 ObjectAnimator.ofFloat(mResultEditText, View.SCALE_Y, resultScale), 428                 ObjectAnimator.ofFloat(mResultEditText, View.TRANSLATION_X, resultTranslationX), 429                 ObjectAnimator.ofFloat(mResultEditText, View.TRANSLATION_Y, resultTranslationY)     [all...] | 
|   /packages/apps/Launcher3/src/com/android/launcher3/ | 
| LauncherStateTransitionAnimation.java  | 22 import android.animation.ObjectAnimator; 265             ObjectAnimator panelAlphaAndDrift = ObjectAnimator.ofPropertyValuesHolder(revealView, 281             ObjectAnimator pageDrift = ObjectAnimator.ofFloat(contentView, "translationY", 288             ObjectAnimator itemsAlpha = ObjectAnimator.ofFloat(contentView, "alpha", 0f, 1f); 558                 ObjectAnimator panelDriftY = ObjectAnimator.ofFloat(revealView, "translationY", 565                 ObjectAnimator panelDriftX = ObjectAnimator.ofFloat(revealView, "translationX"     [all...] | 
|   /packages/apps/Nfc/src/com/android/nfc/beam/ | 
| SendUi.java  | 24 import android.animation.ObjectAnimator; 161     final ObjectAnimator mPreAnimator; 162     final ObjectAnimator mSlowSendAnimator; 163     final ObjectAnimator mFastSendAnimator; 164     final ObjectAnimator mFadeInAnimator; 165     final ObjectAnimator mHintAnimator; 166     final ObjectAnimator mScaleUpAnimator; 167     final ObjectAnimator mAlphaDownAnimator; 168     final ObjectAnimator mAlphaUpAnimator; 246         mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY)     [all...] | 
|   /frameworks/base/docs/html/guide/topics/graphics/ | 
| prop-animation.jd  | 2 page.tags=valueanimator,objectanimator,layouttransition,ViewPropertyAnimator 14         <li><a href="#object-animator">Animating with ObjectAnimator</a></li> 45         "/reference/android/animation/ObjectAnimator.html">ObjectAnimator</a></code></li> 231           <td>{@link android.animation.ObjectAnimator}</td> 236           {@link android.animation.ObjectAnimator} most of the time, 239           android.animation.ObjectAnimator} has a few more restrictions, such as requiring specific 424   <h2 id="object-animator">Animating with ObjectAnimator</h2> 426   <p>The {@link android.animation.ObjectAnimator} is a subclass of the {@link 433   <p>Instantiating an {@link android.animation.ObjectAnimator} is similar to a {@lin     [all...] | 
|   /cts/tests/tests/view/res/anim/ | 
| changing_test_animator.xml  | 17 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
  | 
| test_state_list_animator_2.xml  | 18         <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="10" android:valueType="floatType"/>
  | 
|   /cts/tests/tests/view/res/anim-land/ | 
| changing_test_animator.xml  | 17 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
  |