Home
last modified time | relevance | path

Searched refs:kf1 (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DLayoutAnimationsHideShow.java140 Keyframe kf1 = Keyframe.ofFloat(.9999f, 360f); in setupCustomAnimations() local
143 PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2); in setupCustomAnimations()
DMultiPropertyAnimation.java123 Keyframe kf1 = Keyframe.ofFloat(.5f, ballX + 100f); in createAnimation() local
125 PropertyValuesHolder pvhX = PropertyValuesHolder.ofKeyframe("x", kf0, kf1, kf2); in createAnimation()
DLayoutAnimations.java175 Keyframe kf1 = Keyframe.ofFloat(.9999f, 360f); in createCustomAnimations() local
178 PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2); in createCustomAnimations()