Searched refs:kf0 (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 334 kf0 = Keyframe.ofFloat(0f, 1); in getDisappearAnimator() 338 "animationRadiusMultiplier", kf0, kf1, kf2); in getDisappearAnimator() 340 kf0 = Keyframe.ofFloat(0f, 1f); in getDisappearAnimator() 342 PropertyValuesHolder fadeOut = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1); in getDisappearAnimator() 357 Keyframe kf0, kf1, kf2, kf3; in getReappearAnimator() local 371 kf0 = Keyframe.ofFloat(0f, mTransitionEndRadiusMultiplier); in getReappearAnimator() 376 "animationRadiusMultiplier", kf0, kf1, kf2, kf3); in getReappearAnimator() 378 kf0 = Keyframe.ofFloat(0f, 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 295 kf0 = Keyframe.ofFloat(0f, 1); in renderAnimations() 299 "animationRadiusMultiplier", kf0, kf1, kf2); in renderAnimations() 301 kf0 = Keyframe.ofFloat(0f, 1f); in renderAnimations() 303 PropertyValuesHolder fadeOut = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1); in renderAnimations() 318 kf0 = Keyframe.ofFloat(0f, mTransitionEndRadiusMultiplier); in renderAnimations() 323 "animationRadiusMultiplier", kf0, kf1, kf2, kf3); in renderAnimations() 325 kf0 = Keyframe.ofFloat(0f, 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 | 813 Keyframe kf0 = Keyframe.ofFloat(0f, 0f); 816 PropertyValuesHolder pvhRotation = PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2);
|