Home | History | Annotate | Download | only in widget

Lines Matching refs:kf1

1060         Keyframe kf0, kf1, kf2;
1065 kf1 = Keyframe.ofFloat(midwayPoint, midRadiusMultiplier);
1068 radiusPropertyName, kf0, kf1, kf2);
1079 Keyframe kf0, kf1, kf2, kf3;
1092 kf1 = Keyframe.ofFloat(delayPoint, endRadiusMultiplier);
1096 radiusPropertyName, kf0, kf1, kf2, kf3);
1116 Keyframe kf0, kf1, kf2;
1127 kf1 = Keyframe.ofInt(delayPoint, startAlpha);
1129 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("value", kf0, kf1, kf2);