/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
Tweener.java | 84 props.add(PropertyValuesHolder.ofFloat(key, 91 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardMessageArea.java | 279 Animator anim = ObjectAnimator.ofFloat(this, "alpha", 0f); 300 Animator anim = ObjectAnimator.ofFloat(this, "alpha", 1f);
|
KeyguardGlowStripView.java | 112 mAnimator = ValueAnimator.ofFloat(from, to);
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
Tweener.java | 85 props.add(PropertyValuesHolder.ofFloat(key, 92 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
Tweener.java | 85 props.add(PropertyValuesHolder.ofFloat(key, 92 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragView.java | 83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f); 206 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f);
|
AppWidgetResizeFrame.java | 449 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f); 450 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f); 451 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f); 452 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragView.java | 83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f); 215 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f);
|
AppWidgetResizeFrame.java | 445 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f); 446 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f); 447 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f); 448 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 422 ObjectAnimator.ofFloat(v, View.SCALE_X, (float) scale), 423 ObjectAnimator.ofFloat(v, View.SCALE_Y, (float) scale) 430 ObjectAnimator.ofFloat(v, View.ROTATION, rot), 431 ObjectAnimator.ofFloat(v, View.X, i* mCellSize + (scale-1) * mCellSize /2), 432 ObjectAnimator.ofFloat(v, View.Y, j* mCellSize + (scale-1) * mCellSize /2)
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PhotoSelectionActivity.java | 418 ObjectAnimator anim = ObjectAnimator.ofFloat( 446 ObjectAnimator.ofFloat(mBackdrop, "alpha", 0, 0.5f).setDuration( 451 ObjectAnimator.ofFloat(mBackdrop, "alpha", 0f).setDuration(
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
AnimationSeeking.java | 109 bounceAnim = ObjectAnimator.ofFloat(ball, "y",
|
ReversingAnimation.java | 80 bounceAnim = ObjectAnimator.ofFloat(ball, "y", ball.getY(), getHeight() - 50f).
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarContextView.java | 405 ObjectAnimator buttonAnimator = ObjectAnimator.ofFloat(mClose, "translationX", 0); 419 ObjectAnimator a = ObjectAnimator.ofFloat(child, "scaleY", 0, 1); 430 ObjectAnimator buttonAnimator = ObjectAnimator.ofFloat(mClose, "translationX", 445 ObjectAnimator a = ObjectAnimator.ofFloat(child, "scaleY", 0);
|
DrawableHolder.java | 75 ObjectAnimator anim = ObjectAnimator.ofFloat(this, property, toValue);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DeadZone.java | 54 ObjectAnimator.ofFloat(DeadZone.this, "flash", 1f, 0f).setDuration(150).start();
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ScaledTextActivity.java | 38 ObjectAnimator animation = ObjectAnimator.ofFloat(view, "textScale", 1.0f, 10.0f);
|
ViewPropertyAlphaActivity.java | 106 ObjectAnimator anim = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
|
/packages/apps/Browser/src/com/android/browser/ |
NavTabScroller.java | 310 ObjectAnimator trans = ObjectAnimator.ofFloat(v, 312 ObjectAnimator alpha = ObjectAnimator.ofFloat(v, ALPHA, getAlpha(v,start), 494 ObjectAnimator trans = ObjectAnimator.ofFloat(child, 498 ObjectAnimator rot = ObjectAnimator.ofFloat(child,
|
TabBar.java | 428 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 1.0f, 0.0f); 429 ObjectAnimator scaley = ObjectAnimator.ofFloat(tv, "scaleY", 1.0f, 0.0f); 430 ObjectAnimator alpha = ObjectAnimator.ofFloat(tv, "alpha", 1.0f, 0.0f); 460 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 0.0f, 1.0f);
|
BrowserSnapshotPage.java | 220 ObjectAnimator.ofFloat(null, View.SCALE_X, 0f, 1f), 221 ObjectAnimator.ofFloat(null, View.SCALE_Y, 0f, 1f));
|
TitleBar.java | 178 mTitleBarAnimator = ObjectAnimator.ofFloat(this, 195 mTitleBarAnimator = ObjectAnimator.ofFloat(this,
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteFragment.java | 503 animators.add(ObjectAnimator.ofFloat( 536 animators.add(ObjectAnimator.ofFloat( 586 animators.add(ObjectAnimator.ofFloat( 618 animators.add(ObjectAnimator.ofFloat(
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
ListViewItemAnimations.java | 333 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, startX, endX); 340 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, startY, endY);
|
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 221 pvh[pvhIndex++] = PropertyValuesHolder.ofFloat("translationX", 225 pvh[pvhIndex++] = PropertyValuesHolder.ofFloat("translationY",
|