Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DLayoutAnimationsHideShow.java141 Keyframe kf2 = Keyframe.ofFloat(1f, 0f); in setupCustomAnimations() local
143 PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2); in setupCustomAnimations()
DMultiPropertyAnimation.java124 Keyframe kf2 = Keyframe.ofFloat(1f, ballX + 50f); in createAnimation() local
125 PropertyValuesHolder pvhX = PropertyValuesHolder.ofKeyframe("x", kf0, kf1, kf2); in createAnimation()
DLayoutAnimations.java176 Keyframe kf2 = Keyframe.ofFloat(1f, 0f); in createCustomAnimations() local
178 PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2); in createCustomAnimations()