Searched refs:kf2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialSelectorView.java | 330 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()
|
D | RadialTextsView.java | 290 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()
|