Searched refs:kf1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialSelectorView.java | 330 Keyframe kf0, kf1, kf2; in getDisappearAnimator() local 335 kf1 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier); in getDisappearAnimator() 338 "animationRadiusMultiplier", kf0, kf1, kf2); in getDisappearAnimator() 341 kf1 = Keyframe.ofFloat(1f, 0f); in getDisappearAnimator() 342 PropertyValuesHolder fadeOut = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1); in getDisappearAnimator() 357 Keyframe kf0, kf1, kf2, kf3; in getReappearAnimator() local 372 kf1 = Keyframe.ofFloat(delayPoint, mTransitionEndRadiusMultiplier); in getReappearAnimator() 376 "animationRadiusMultiplier", kf0, kf1, kf2, kf3); in getReappearAnimator() 379 kf1 = Keyframe.ofFloat(delayPoint, 0f); in getReappearAnimator() 381 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1, kf2); in getReappearAnimator()
|
D | RadialTextsView.java | 290 Keyframe kf0, kf1, kf2, kf3; in renderAnimations() local 296 kf1 = Keyframe.ofFloat(midwayPoint, mTransitionMidRadiusMultiplier); in renderAnimations() 299 "animationRadiusMultiplier", kf0, kf1, kf2); in renderAnimations() 302 kf1 = Keyframe.ofFloat(1f, 0f); in renderAnimations() 303 PropertyValuesHolder fadeOut = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1); in renderAnimations() 319 kf1 = Keyframe.ofFloat(delayPoint, mTransitionEndRadiusMultiplier); in renderAnimations() 323 "animationRadiusMultiplier", kf0, kf1, kf2, kf3); in renderAnimations() 326 kf1 = Keyframe.ofFloat(delayPoint, 0f); in renderAnimations() 328 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1, kf2); in renderAnimations()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 814 Keyframe kf1 = Keyframe.ofFloat(.5f, 360f); 816 PropertyValuesHolder pvhRotation = PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2);
|