HomeSort by relevance Sort by last modified time
    Searched full:objectanimator (Results 426 - 450 of 811) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/transition/
ChangeImageTransform.java 19 import android.animation.ObjectAnimator;
174 ObjectAnimator animator;
190 private ObjectAnimator createNullAnimator(ImageView imageView) {
191 return ObjectAnimator.ofObject(imageView, ANIMATED_TRANSFORM_PROPERTY,
195 private ObjectAnimator createMatrixAnimator(final ImageView imageView, Matrix startMatrix,
197 return ObjectAnimator.ofObject(imageView, ANIMATED_TRANSFORM_PROPERTY,
ChangeBounds.java 26 import android.animation.ObjectAnimator;
321 anim = ObjectAnimator.ofObject(view, POSITION_PROPERTY, null,
327 ObjectAnimator topLeftAnimator = ObjectAnimator
332 ObjectAnimator bottomRightAnimator = ObjectAnimator.ofObject(viewBounds,
346 anim = ObjectAnimator.ofObject(view, TOP_LEFT_ONLY_PROPERTY, null,
351 anim = ObjectAnimator.ofObject(view, BOTTOM_RIGHT_ONLY_PROPERTY, null,
361 ObjectAnimator positionAnimator = null;
365 positionAnimator = ObjectAnimator.ofObject(view, POSITION_PROPERTY, null
    [all...]
Crossfade.java 22 import android.animation.ObjectAnimator;
197 ObjectAnimator anim;
200 anim = ObjectAnimator.ofInt(startDrawable, "alpha", 255, 0, 0);
202 anim = ObjectAnimator.ofInt(startDrawable, "alpha", 0);
211 ObjectAnimator anim1 = null;
214 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 0, 1);
216 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 1);
243 Animator anim2 = ObjectAnimator.ofObject(startDrawable, "bounds",
249 Animator anim3 = ObjectAnimator.ofObject(endDrawable, "bounds",
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallAnimationUtils.java 21 import android.animation.ObjectAnimator;
54 private final ObjectAnimator mAnimator;
58 mAnimator = ObjectAnimator.ofInt(this, "crossFadeAlpha", 0xff, 0);
64 * This will be used from ObjectAnimator.
74 public ObjectAnimator getAnimator() {
128 ObjectAnimator animator = crossFadeDrawable.getAnimator();
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewSyncTests.java 18 import android.animation.ObjectAnimator;
84 a.setRepeatMode(ObjectAnimator.REVERSE);
85 a.setRepeatCount(ObjectAnimator.INFINITE);
148 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
158 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
164 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
192 view -> makeInfinite(ObjectAnimator.ofInt(view, "offset", 10, 30)),
252 view -> makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
272 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view,
292 return makeInfinite(ObjectAnimator.ofPropertyValuesHolder(view
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 23 import android.animation.ObjectAnimator;
142 ObjectAnimator cardAnimator = ObjectAnimator.ofPropertyValuesHolder(this, rotation,
158 ObjectAnimator colorizer = ObjectAnimator.ofPropertyValuesHolder(this,
255 public ObjectAnimator getRotationAnimator (int cardFromTop, Corner corner,
268 return ObjectAnimator.ofFloat(this, View.ROTATION, rotation);
277 public ObjectAnimator getFullRotationAnimator (int cardFromTop, Corner corner,
285 ObjectAnimator animator = ObjectAnimator.ofFloat(this, View.ROTATION, rotation)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 22 import android.animation.ObjectAnimator;
120 ObjectAnimator yAnim = ObjectAnimator.ofFloat(ball, "y",
128 ObjectAnimator xAnim = ObjectAnimator.ofFloat(ball, "x",
135 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(ball, "alpha", 1f, .5f).
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 22 import android.animation.ObjectAnimator;
187 ObjectAnimator downAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhTY, pvhSX, pvhSY);
193 ObjectAnimator upAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhTY, pvhSX, pvhSY);
198 ObjectAnimator stretchAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhSX, pvhSY);
  /frameworks/base/core/res/res/anim/
ft_avd_toarrow_rectangle_path_5_animation.xml 22 <objectAnimator
29 <objectAnimator
36 <objectAnimator
43 <objectAnimator
50 <objectAnimator
57 <objectAnimator
64 <objectAnimator
ft_avd_toarrow_rectangle_path_1_animation.xml 22 <objectAnimator
29 <objectAnimator
36 <objectAnimator
43 <objectAnimator
50 <objectAnimator
57 <objectAnimator
64 <objectAnimator
71 <objectAnimator
78 <objectAnimator
ft_avd_toarrow_rectangle_path_2_animation.xml 22 <objectAnimator
29 <objectAnimator
36 <objectAnimator
43 <objectAnimator
50 <objectAnimator
57 <objectAnimator
64 <objectAnimator
71 <objectAnimator
78 <objectAnimator
ft_avd_toarrow_rectangle_path_3_animation.xml 22 <objectAnimator
29 <objectAnimator
36 <objectAnimator
43 <objectAnimator
50 <objectAnimator
57 <objectAnimator
64 <objectAnimator
71 <objectAnimator
78 <objectAnimator
ft_avd_tooverflow_rectangle_path_3_animation.xml 22 <objectAnimator
29 <objectAnimator
36 <objectAnimator
43 <objectAnimator
50 <objectAnimator
57 <objectAnimator
64 <objectAnimator
71 <objectAnimator
78 <objectAnimator
ft_avd_toarrow_rectangle_path_4_animation.xml 22 <objectAnimator
29 <objectAnimator
36 <objectAnimator
43 <objectAnimator
50 <objectAnimator
ft_avd_toarrow_rectangle_path_6_animation.xml 22 <objectAnimator
29 <objectAnimator
36 <objectAnimator
43 <objectAnimator
50 <objectAnimator
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 21 import android.animation.ObjectAnimator;
173 ObjectAnimator objectAnimator = ObjectAnimator.ofPropertyValuesHolder(
184 objectAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
201 objectAnimator.addListener(new AnimatorListenerAdapter() {
211 objectAnimator.addListener(new AnimatorListenerAdapter() {
233 objectAnimator.start();
234 mCurrentTitlesAnimator = objectAnimator;
  /frameworks/base/packages/SystemUI/res/anim/
error_to_trustedstate_path_1_animation.xml 21 <objectAnimator
28 <objectAnimator
35 <objectAnimator
43 <objectAnimator
49 <objectAnimator
error_to_trustedstate_path_2_animation.xml 21 <objectAnimator
28 <objectAnimator
35 <objectAnimator
43 <objectAnimator
49 <objectAnimator
trusted_state_to_error_path_1_animation.xml 21 <objectAnimator
28 <objectAnimator
35 <objectAnimator
43 <objectAnimator
49 <objectAnimator
trusted_state_to_error_path_2_animation.xml 21 <objectAnimator
28 <objectAnimator
35 <objectAnimator
43 <objectAnimator
49 <objectAnimator
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
LinesActivity.java 19 import android.animation.ObjectAnimator;
33 private ObjectAnimator mAnimator;
42 mAnimator = ObjectAnimator.ofFloat(view, "offset", 0.0f, 15.0f);
44 mAnimator.setRepeatCount(ObjectAnimator.INFINITE);
45 mAnimator.setRepeatMode(ObjectAnimator.REVERSE);
  /packages/apps/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java 21 import android.animation.ObjectAnimator;
275 ObjectAnimator animator = ObjectAnimator
292 ObjectAnimator animator = ObjectAnimator
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
Tweener.java 22 import android.animation.ObjectAnimator;
37 ObjectAnimator animator;
40 public Tweener(ObjectAnimator anim) {
101 ObjectAnimator anim = null;
103 anim = ObjectAnimator.ofPropertyValuesHolder(object,
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsBackgroundDrawable.java 18 import android.animation.ObjectAnimator;
94 private ObjectAnimator mBackgroundAnim;
120 mBackgroundAnim = ObjectAnimator.ofInt(this, "alpha", finalAlphaI);
189 private ObjectAnimator cancelAnimator(ObjectAnimator animator) {
  /cts/tests/tests/transition/src/android/transition/cts/
BaseTransitionTest.java 19 import android.animation.ObjectAnimator;
176 return ObjectAnimator.ofFloat(BaseTransitionTest.this, "mAnimatedValue", 0, 1);
183 return ObjectAnimator.ofFloat(BaseTransitionTest.this, "mAnimatedValue", 1, 0);

Completed in 1365 milliseconds

<<11121314151617181920>>