Home | History | Annotate | Download | only in widget

Lines Matching refs:ofInt

1044         ObjectAnimator animator = ObjectAnimator.ofInt(target, "value", startAlpha, endAlpha);
1063 kf0 = Keyframe.ofInt(0f, startAlpha);
1064 kf1 = Keyframe.ofInt(delayPoint, startAlpha);
1065 kf2 = Keyframe.ofInt(1f, endAlpha);