Home
last modified time | relevance | path

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

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