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

123

/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);
H A DAutoCancelTest.java45 returnVal = ObjectAnimator.ofFloat(this, properties[0], 0, 1);
49 pvhArray[i] = PropertyValuesHolder.ofFloat(properties[i], 0, 1);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DUtils.java120 Keyframe k0 = Keyframe.ofFloat(0f, 1f);
121 Keyframe k1 = Keyframe.ofFloat(0.275f, decreaseRatio);
122 Keyframe k2 = Keyframe.ofFloat(0.69f, increaseRatio);
123 Keyframe k3 = Keyframe.ofFloat(1f, 1f);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialSelectorView.java312 kf0 = Keyframe.ofFloat(0f, 1);
313 kf1 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier);
314 kf2 = Keyframe.ofFloat(1f, mTransitionEndRadiusMultiplier);
318 kf0 = Keyframe.ofFloat(0f, 1f);
319 kf1 = Keyframe.ofFloat(1f, 0f);
349 kf0 = Keyframe.ofFloat(0f, mTransitionEndRadiusMultiplier);
350 kf1 = Keyframe.ofFloat(delayPoint, mTransitionEndRadiusMultiplier);
351 kf2 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier);
352 kf3 = Keyframe.ofFloat(1f, 1);
356 kf0 = Keyframe.ofFloat(
[all...]
H A DRadialTextsView.java284 kf0 = Keyframe.ofFloat(0f, 1);
285 kf1 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier);
286 kf2 = Keyframe.ofFloat(1f, mTransitionEndRadiusMultiplier);
290 kf0 = Keyframe.ofFloat(0f, 1f);
291 kf1 = Keyframe.ofFloat(1f, 0f);
307 kf0 = Keyframe.ofFloat(0f, mTransitionEndRadiusMultiplier);
308 kf1 = Keyframe.ofFloat(delayPoint, mTransitionEndRadiusMultiplier);
309 kf2 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier);
310 kf3 = Keyframe.ofFloat(1f, 1);
314 kf0 = Keyframe.ofFloat(
[all...]
/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.java272 Animator anim = ObjectAnimator.ofFloat(this, "alpha", 0f);
293 Animator anim = ObjectAnimator.ofFloat(this, "alpha", 1f);
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java67 public static KeyframeSet ofFloat(float... values) { method in class:KeyframeSet
72 keyframes[0] = (FloatKeyframe) Keyframe.ofFloat(0f);
73 keyframes[1] = (FloatKeyframe) Keyframe.ofFloat(1f, values[0]);
78 keyframes[0] = (FloatKeyframe) Keyframe.ofFloat(0f, values[0]);
81 (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.java216 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { method in class:ObjectAnimator
234 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, method in class:ObjectAnimator
335 setValues(PropertyValuesHolder.ofFloat(mProperty, values));
337 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)
/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 DClipRegionActivity.java43 ObjectAnimator animator = ObjectAnimator.ofFloat(group, "clipPosition", 0.0f, 1.0f);
/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.java264 Animator a = ObjectAnimator.ofFloat(toHide, "alpha", 1f, 0f)
273 ObjectAnimator.ofFloat(toShow, "alpha", 0f, 1f)
371 Animator posAnim = ObjectAnimator.ofFloat(mContentParent, "translationY",
379 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.java1147 ObjectAnimator clearAnimation = ObjectAnimator.ofFloat(
1491 ObjectAnimator.ofFloat(mScrollView, View.SCALE_X, 0f, 1f)
1497 ObjectAnimator.ofFloat(mFlipSettingsView, View.SCALE_X, 1f, 0f)
1503 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 0f)
1508 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 1f)
1571 ObjectAnimator.ofFloat(mFlipSettingsView, View.SCALE_X, 0f, 1f)
1577 ObjectAnimator.ofFloat(mScrollView, View.SCALE_X, 1f, 0f)
1583 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 0f)
1588 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 1f)
1592 ObjectAnimator.ofFloat(mClearButto
[all...]

Completed in 6507 milliseconds

123