| /frameworks/base/packages/SystemUI/res/anim/ |
| ic_hotspot_enable_animation_mask.xml | 20 <objectAnimator 27 <objectAnimator
|
| ic_landscape_from_auto_rotate_animation_body.xml | 20 <objectAnimator 27 <objectAnimator
|
| ic_landscape_to_auto_rotate_animation_body.xml | 20 <objectAnimator 27 <objectAnimator
|
| ic_portrait_from_auto_rotate_animation_device_1.xml | 20 <objectAnimator 27 <objectAnimator
|
| ic_portrait_to_auto_rotate_animation_device_1.xml | 20 <objectAnimator 27 <objectAnimator
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| DeadZone.java | 19 import android.animation.ObjectAnimator; 61 ObjectAnimator.ofFloat(DeadZone.this, "flash", 1f, 0f).setDuration(150).start();
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| BaseRecyclerViewFastScrollPopup.java | 19 import android.animation.ObjectAnimator; 119 mAlphaAnimator = ObjectAnimator.ofFloat(this, "alpha", visible ? 1f : 0f);
|
| FocusIndicatorView.java | 19 import android.animation.ObjectAnimator; 40 private ObjectAnimator mCurrentAnimation;
|
| /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
| SoundLevels.java | 18 import android.animation.ObjectAnimator; 106 mSpeechLevelsAnimator.setRepeatCount(ObjectAnimator.INFINITE);
|
| /packages/apps/TV/src/com/android/tv/dialog/ |
| PinDialogFragment.java | 23 import android.animation.ObjectAnimator; 463 ObjectAnimator.ofFloat(mNumberViews[CURRENT_NUMBER_VIEW_INDEX - 1], 465 ObjectAnimator.ofFloat(mNumberViews[CURRENT_NUMBER_VIEW_INDEX], 467 ObjectAnimator.ofFloat(mNumberViews[CURRENT_NUMBER_VIEW_INDEX + 1], 469 ObjectAnimator.ofFloat(mBackgroundView, "alpha", 0f, 1f)); 483 ObjectAnimator.ofFloat(mNumberViews[CURRENT_NUMBER_VIEW_INDEX - 1], 485 ObjectAnimator.ofFloat(mNumberViews[CURRENT_NUMBER_VIEW_INDEX + 1], 487 ObjectAnimator.ofFloat(mBackgroundView, "alpha", 1f, 0f));
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
| AnimationContentAssist.java | 52 private static final String OBJECT_ANIMATOR = "objectAnimator"; //$NON-NLS-1$ 104 // <objectAnimator propertyName="^">
|
| /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
| CardStreamLinearLayout.java | 22 import android.animation.ObjectAnimator; 239 ObjectAnimator animator; 469 ObjectAnimator animator = mAnimators.getInitalAnimator(getContext()); 487 ObjectAnimator animator = mAnimators.getSwipeOutAnimator(child, deltaX, deltaY); 508 ObjectAnimator animator = mAnimators.getSwipeInAnimator(child, deltaX, deltaY);
|
| /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/ |
| CardStreamLinearLayout.java.ftl | 22 import android.animation.ObjectAnimator; 239 ObjectAnimator animator; 469 ObjectAnimator animator = mAnimators.getInitalAnimator(getContext()); 487 ObjectAnimator animator = mAnimators.getSwipeOutAnimator(child, deltaX, deltaY); 508 ObjectAnimator animator = mAnimators.getSwipeInAnimator(child, deltaX, deltaY);
|
| /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
| CardStreamLinearLayout.java | 22 import android.animation.ObjectAnimator; 239 ObjectAnimator animator; 469 ObjectAnimator animator = mAnimators.getInitalAnimator(getContext()); 487 ObjectAnimator animator = mAnimators.getSwipeOutAnimator(child, deltaX, deltaY); 508 ObjectAnimator animator = mAnimators.getSwipeInAnimator(child, deltaX, deltaY);
|
| /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
| DynamicListView.java | 21 import android.animation.ObjectAnimator; 362 ObjectAnimator animator = ObjectAnimator.ofFloat(switchView, 402 ObjectAnimator hoverViewAnimator = ObjectAnimator.ofObject(mHoverCell, "bounds",
|
| /frameworks/base/core/java/android/animation/ |
| LayoutTransition.java | 81 * the target and values being animated, assuming they use ObjectAnimator objects with 155 private static ObjectAnimator defaultChange; 156 private static ObjectAnimator defaultChangeIn; 157 private static ObjectAnimator defaultChangeOut; 158 private static ObjectAnimator defaultFadeIn; 159 private static ObjectAnimator defaultFadeOut; 287 defaultChangeIn = ObjectAnimator.ofPropertyValuesHolder((Object)null, 299 defaultFadeIn = ObjectAnimator.ofFloat(null, "alpha", 0f, 1f); 303 defaultFadeOut = ObjectAnimator.ofFloat(null, "alpha", 1f, 0f); 639 * transitions, the animation should either be a ObjectAnimator or a AnimatorSe [all...] |
| AnimatorInflater.java | 488 * Setup ObjectAnimator's property or values from pathData. 491 * @param arrayObjectAnimator TypedArray for the ObjectAnimator. 498 ObjectAnimator oa = (ObjectAnimator) anim; 501 // Path can be involved in an ObjectAnimator in the following 3 ways: 662 if (name.equals("objectAnimator")) { [all...] |
| /frameworks/base/core/java/android/app/ |
| EnterTransitionCoordinator.java | 20 import android.animation.ObjectAnimator; 53 private ObjectAnimator mBackgroundAnimator; 582 mBackgroundAnimator = ObjectAnimator.ofInt(background, "alpha", 255); 679 ObjectAnimator animator = null; 684 animator = ObjectAnimator.ofFloat(snapshot, View.ALPHA, 1, 0);
|
| /frameworks/base/core/java/android/transition/ |
| ChangeTransform.java | 21 import android.animation.ObjectAnimator; 253 ObjectAnimator transformAnimator = createTransformAnimator(startValues, endValues, 263 private ObjectAnimator createTransformAnimator(TransitionValues startValues, 301 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(pathAnimatorMatrix,
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| ScrollingTabContainerView.java | 21 import android.animation.ObjectAnimator; 232 ObjectAnimator anim = ObjectAnimator.ofFloat(this, "alpha", 1); 239 ObjectAnimator anim = ObjectAnimator.ofFloat(this, "alpha", 0);
|
| ToolbarWidgetWrapper.java | 22 import android.animation.ObjectAnimator; 587 ObjectAnimator anim = ObjectAnimator.ofFloat(mToolbar, View.ALPHA, 1, 0); 605 ObjectAnimator anim = ObjectAnimator.ofFloat(mToolbar, View.ALPHA, 0, 1);
|
| /packages/apps/Camera2/src/com/android/camera/ui/ |
| ModeTransitionView.java | 21 import android.animation.ObjectAnimator; 343 ObjectAnimator scrollAnimator = ObjectAnimator.ofFloat(this, "scrollDistance", 520 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 1f, 0f);
|
| /frameworks/base/docs/html-intl/intl/es/training/material/ |
| animations.jd | 373 <p>La clase {@link android.animation.ObjectAnimator} tiene nuevos constructores que te permiten animar 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" 472 <li>Uno o más animadores de objeto con el elemento <code><objectAnimator></code> en 520 <p>Las definiciones de animación representan objetos {@link android.animation.ObjectAnimator} o {@link 526 <objectAnimator 540 <objectAnimator [all...] |
| /frameworks/base/docs/html-intl/intl/pt-br/training/material/ |
| animations.jd | 373 <p>A classe {@link android.animation.ObjectAnimator} tem novos construtores que permitem a animação de 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" 472 <li>Um ou mais animadores de objeto com o elemento <code><objectAnimator></code> em 520 <p>As definições de animação representam objetos {@link android.animation.ObjectAnimator} ou {@link 526 <objectAnimator 540 <objectAnimator [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
| StackStateAnimator.java | 21 import android.animation.ObjectAnimator; 600 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_ALPHA); 623 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.ALPHA, 675 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_TRANSLATION_Z); 695 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_Z [all...] |