Searched refs:ofFloat (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorEventsTest.java25 mAnimator = ValueAnimator.ofFloat(0, 1);
H A DObjectAnimatorEventsTest.java31 mAnimator = ObjectAnimator.ofFloat(button, "translationX", 0, 100);
H A DAnimatorSetEventsTest.java32 ObjectAnimator xAnim = ObjectAnimator.ofFloat(this, "translationX", 0, 100);
33 ObjectAnimator yAnim = ObjectAnimator.ofFloat(this, "translationY", 0, 100);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSecurityViewHelper.java37 Animator anim = ObjectAnimator.ofFloat(ecaView, "alpha", 0f);
77 Animator anim = ObjectAnimator.ofFloat(ecaView, "alpha", 1f);
H A DKeyguardWidgetCarousel.java174 alpha = PropertyValuesHolder.ofFloat("contentAlpha", 1.0f);
175 outlineAlpha = PropertyValuesHolder.ofFloat("backgroundAlpha",
177 rotationY = PropertyValuesHolder.ofFloat("rotationY", 0f);
250 alpha = PropertyValuesHolder.ofFloat("contentAlpha", finalAlpha);
251 outlineAlpha = PropertyValuesHolder.ofFloat("backgroundAlpha", finalOutlineAlpha);
252 pivotX = PropertyValuesHolder.ofFloat("pivotX", mTmpTransform[0]);
253 pivotY = PropertyValuesHolder.ofFloat("pivotY", mTmpTransform[1]);
254 rotationY = PropertyValuesHolder.ofFloat("rotationY", mTmpTransform[2]);
H A DKeyguardMessageArea.java246 Animator anim = ObjectAnimator.ofFloat(this, "alpha", 0f);
267 Animator anim = ObjectAnimator.ofFloat(this, "alpha", 1f);
H A DKeyguardWidgetPager.java685 alpha = PropertyValuesHolder.ofFloat("contentAlpha", finalContentAlpha);
789 ObjectAnimator.ofFloat(currentPage, "scaleX", 1f),
790 ObjectAnimator.ofFloat(currentPage , "scaleY", 1f));
817 ObjectAnimator.ofFloat(currentPage, "scaleX", BOUNCER_SCALE_FACTOR),
818 ObjectAnimator.ofFloat(currentPage, "scaleY", BOUNCER_SCALE_FACTOR));
H A DKeyguardGlowStripView.java114 mAnimator = ValueAnimator.ofFloat(from, to);
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java65 public static KeyframeSet ofFloat(float... values) { method in class:KeyframeSet
69 keyframes[0] = (FloatKeyframe) Keyframe.ofFloat(0f);
70 keyframes[1] = (FloatKeyframe) Keyframe.ofFloat(1f, values[0]);
72 keyframes[0] = (FloatKeyframe) Keyframe.ofFloat(0f, values[0]);
74 keyframes[i] = (FloatKeyframe) Keyframe.ofFloat((float) i / (numKeyframes - 1), values[i]);
H A DKeyframe.java105 public static Keyframe ofFloat(float fraction, float value) { method in class:Keyframe
121 public static Keyframe ofFloat(float fraction) { method in class:Keyframe
H A DObjectAnimator.java215 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { method in class:ObjectAnimator
233 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, method in class:ObjectAnimator
334 setValues(PropertyValuesHolder.ofFloat(mProperty, values));
336 setValues(PropertyValuesHolder.ofFloat(mPropertyName, values));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java192 ObjectAnimator.ofFloat(this, "glowAlpha", 1f),
193 ObjectAnimator.ofFloat(this, "glowScale", GLOW_MAX_SCALE_FACTOR)
198 ObjectAnimator.ofFloat(this, "glowAlpha", 0f),
199 ObjectAnimator.ofFloat(this, "glowScale", 1f),
200 ObjectAnimator.ofFloat(this, "drawingAlpha", BUTTON_QUIESCENT_ALPHA)
H A DDeadZone.java54 ObjectAnimator.ofFloat(DeadZone.this, "flash", 1f, 0f).setDuration(150).start();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java53 final ObjectAnimator moveRight = ObjectAnimator.ofFloat(leftList,
59 final ObjectAnimator moveLeft = ObjectAnimator.ofFloat(rightList,
65 final ObjectAnimator rotate = ObjectAnimator.ofFloat(middleList,
H A DAnimated3dActivity.java45 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 0.0f, 360.0f);
H A DViewPropertyAlphaActivity.java106 ObjectAnimator anim = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java133 ObjectAnimator anim = ObjectAnimator.ofFloat(this, "alpha", 1);
138 ObjectAnimator splitAnim = ObjectAnimator.ofFloat(mMenuView, "alpha", 1);
148 ObjectAnimator anim = ObjectAnimator.ofFloat(this, "alpha", 0);
153 ObjectAnimator splitAnim = ObjectAnimator.ofFloat(mMenuView, "alpha", 0);
H A DActionBarContextView.java405 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);
H A DDrawableHolder.java75 ObjectAnimator anim = ObjectAnimator.ofFloat(this, property, toValue);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java74 ObjectAnimator.ofFloat(this, "alpha", 0f, 1f).start();
89 Animator a = ObjectAnimator.ofFloat(this, "alpha", getAlpha(), 0f);
H A DNotificationPanel.java263 Animator a = ObjectAnimator.ofFloat(toHide, "alpha", 1f, 0f)
272 ObjectAnimator.ofFloat(toShow, "alpha", 0f, 1f)
370 Animator posAnim = ObjectAnimator.ofFloat(mContentParent, "translationY",
378 Animator fadeAnim = ObjectAnimator.ofFloat(mContentParent, "alpha",
/frameworks/base/core/java/android/widget/
H A DStackView.java249 PropertyValuesHolder slideInY = PropertyValuesHolder.ofFloat("YProgress", 0.0f);
250 PropertyValuesHolder slideInX = PropertyValuesHolder.ofFloat("XProgress", 0.0f);
269 PropertyValuesHolder slideOutY = PropertyValuesHolder.ofFloat("YProgress", 1.0f);
270 PropertyValuesHolder slideOutX = PropertyValuesHolder.ofFloat("XProgress", 0.0f);
346 PropertyValuesHolder translationX = PropertyValuesHolder.ofFloat("translationX", transX);
347 PropertyValuesHolder translationY = PropertyValuesHolder.ofFloat("translationY", transY);
348 PropertyValuesHolder scalePropX = PropertyValuesHolder.ofFloat("scaleX", scale);
349 PropertyValuesHolder scalePropY = PropertyValuesHolder.ofFloat("scaleY", scale);
858 PropertyValuesHolder snapBackY = PropertyValuesHolder.ofFloat("YProgress", finalYProgress);
859 PropertyValuesHolder snapBackX = PropertyValuesHolder.ofFloat("XProgres
[all...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java84 props.add(PropertyValuesHolder.ofFloat(key,
91 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1107 ObjectAnimator clearAnimation = ObjectAnimator.ofFloat(
1455 ObjectAnimator.ofFloat(mScrollView, View.SCALE_X, 0f, 1f)
1461 ObjectAnimator.ofFloat(mFlipSettingsView, View.SCALE_X, 1f, 0f)
1467 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 0f)
1472 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 1f)
1535 ObjectAnimator.ofFloat(mFlipSettingsView, View.SCALE_X, 0f, 1f)
1541 ObjectAnimator.ofFloat(mScrollView, View.SCALE_X, 1f, 0f)
1547 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 0f)
1552 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 1f)
1556 ObjectAnimator.ofFloat(mClearButto
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java685 AnimatorSet.Builder b = anim.play(ObjectAnimator.ofFloat(mTopVisibilityView,
688 b.with(ObjectAnimator.ofFloat(mContentView, "translationY",
694 b.with(ObjectAnimator.ofFloat(mSplitView, "translationY", 0));
743 AnimatorSet.Builder b = anim.play(ObjectAnimator.ofFloat(mTopVisibilityView,
746 b.with(ObjectAnimator.ofFloat(mContentView, "translationY",
751 b.with(ObjectAnimator.ofFloat(mSplitView, "translationY",

Completed in 328 milliseconds

12