Searched
full:objectanimator (Results
301 -
325 of
798) sorted by null
<<11121314151617181920>>
| /frameworks/base/core/java/com/android/internal/widget/ |
| AbsActionBarView.java | 28 import android.animation.ObjectAnimator; 206 ObjectAnimator anim = ObjectAnimator.ofFloat(this, View.ALPHA, 1); 211 ObjectAnimator splitAnim = ObjectAnimator.ofFloat(mMenuView, View.ALPHA, 1); 221 ObjectAnimator anim = ObjectAnimator.ofFloat(this, View.ALPHA, 0); 226 ObjectAnimator splitAnim = ObjectAnimator.ofFloat(mMenuView, View.ALPHA, 0);
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| EditorAnimator.java | 23 import android.animation.ObjectAnimator; 58 final ObjectAnimator fadeOutAnimator = 59 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f); 107 final ObjectAnimator fadeInAnimator = ObjectAnimator.ofFloat( 137 final ObjectAnimator fadeInAnimator = ObjectAnimator.ofFloat( 206 final ObjectAnimator translateAnimator = 207 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
|
| /developers/samples/android/ui/Interpolator/ |
| template-params.xml | 32 Material Design. It shows how an ObjectAnimator is used to animate two properties of a 56 <android>android.animation.ObjectAnimator</android> 72 and path animations. It uses an [ObjectAnimator][2] to animate two view properties,
|
| /development/samples/training/AnimationsDemo/res/animator/ |
| card_flip_left_in.xml | 39 <objectAnimator 46 <objectAnimator 54 <objectAnimator
|
| card_flip_right_in.xml | 39 <objectAnimator 46 <objectAnimator 54 <objectAnimator
|
| /frameworks/base/core/java/android/transition/ |
| ChangeScroll.java | 20 import android.animation.ObjectAnimator; 73 scrollXAnimator = ObjectAnimator.ofInt(view, "scrollX", startX, endX); 77 scrollYAnimator = ObjectAnimator.ofInt(view, "scrollY", startY, endY);
|
| /frameworks/base/packages/SystemUI/res/anim/ |
| trusted_state_to_error_path_3_animation.xml | 19 <objectAnimator 26 <objectAnimator 32 <objectAnimator
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| ClipRegionActivity.java | 19 import android.animation.ObjectAnimator; 43 ObjectAnimator animator = ObjectAnimator.ofFloat(group, "clipPosition", 0.0f, 1.0f);
|
| /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
| HitRectBug.java | 18 import android.animation.ObjectAnimator; 63 ObjectAnimator anim = ObjectAnimator.ofFloat(mImageView, View.ROTATION, 0, 360);
|
| /frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
| InvalidateActivity.java | 18 import android.animation.ObjectAnimator; 83 ObjectAnimator animator = ObjectAnimator.ofInt(this, "colorValue", 0, 255);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| TrimControllerOverlay.java | 21 import android.animation.ObjectAnimator; 56 ObjectAnimator anim = ObjectAnimator.ofFloat(mPlayPauseReplayView, "alpha", 1f, 0f);
|
| /cts/tests/tests/graphics/res/anim/ |
| animation_grouping_1_01.xml | 20 <objectAnimator
|
| /development/samples/ApiDemos/res/anim/ |
| color_animator.xml | 17 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| /development/samples/SupportVectorDrawable/animated/res/anim/ |
| alpha_animation_progress_bar.xml | 18 <objectAnimator
|
| animation_grouping_1_01.xml | 18 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
| CurvedMotion.java | 19 import android.animation.ObjectAnimator; 80 final ObjectAnimator anim = ObjectAnimator.ofObject( 116 * setter will be called by the ObjectAnimator given the 'buttonLoc'
|
| /development/samples/devbytes/animation/PropertyAnimations/res/animator/ |
| fade.xml | 16 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| move.xml | 16 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| spin.xml | 16 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| /frameworks/base/core/res/res/animator/ |
| fade_in.xml | 20 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| fade_out.xml | 20 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| fragment_close_enter.xml | 20 <objectAnimator
|
| fragment_close_exit.xml | 20 <objectAnimator
|
| fragment_open_enter.xml | 20 <objectAnimator
|
| fragment_open_exit.xml | 20 <objectAnimator
|
Completed in 1003 milliseconds
<<11121314151617181920>>