Home
last modified time | relevance | path

Searched refs:kf2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialSelectorView.java330 Keyframe kf0, kf1, kf2; in getDisappearAnimator() local
336 kf2 = Keyframe.ofFloat(1f, mTransitionEndRadiusMultiplier); in getDisappearAnimator()
338 "animationRadiusMultiplier", kf0, kf1, kf2); in getDisappearAnimator()
357 Keyframe kf0, kf1, kf2, kf3; in getReappearAnimator() local
373 kf2 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier); in getReappearAnimator()
376 "animationRadiusMultiplier", kf0, kf1, kf2, kf3); in getReappearAnimator()
380 kf2 = Keyframe.ofFloat(1f, 1f); in getReappearAnimator()
381 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1, kf2); in getReappearAnimator()
DRadialTextsView.java290 Keyframe kf0, kf1, kf2, kf3; in renderAnimations() local
297 kf2 = Keyframe.ofFloat(1f, mTransitionEndRadiusMultiplier); in renderAnimations()
299 "animationRadiusMultiplier", kf0, kf1, kf2); in renderAnimations()
320 kf2 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier); in renderAnimations()
323 "animationRadiusMultiplier", kf0, kf1, kf2, kf3); in renderAnimations()
327 kf2 = Keyframe.ofFloat(1f, 1f); in renderAnimations()
328 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1, kf2); in renderAnimations()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java861 final Keyframe kf0, kf1, kf2; in getFadeInAnimator() local
864 kf2 = Keyframe.ofInt(1f, endAlpha); in getFadeInAnimator()
865 final PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("value", kf0, kf1, kf2); in getFadeInAnimator()
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd815 Keyframe kf2 = Keyframe.ofFloat(1f, 0f);
816 PropertyValuesHolder pvhRotation = PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2);