Home | History | Annotate | Download | only in animation

Lines Matching refs:getIntValue

45         return getIntValue(fraction);
60 public int getIntValue(float fraction) {
64 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
65 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue();
80 int prevValue = prevKeyframe.getIntValue();
81 int nextValue = nextKeyframe.getIntValue();
96 int prevValue = prevKeyframe.getIntValue();
97 int nextValue = nextKeyframe.getIntValue();
119 int prevValue = prevKeyframe.getIntValue();
120 int nextValue = nextKeyframe.getIntValue();