Searched defs:nextValue (Results 1 – 5 of 5) sorted by relevance
61 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local77 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local97 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
61 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local77 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local98 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
696 private JsonToken nextValue() throws IOException { in nextValue() method in JsonReader
1140 final int nextValue = (initialStep + step) * stepSize; in adjustPicker() local1254 final int nextValue = value + 1; in getVirtualViewIdAfter() local1262 final int nextValue = snapValue + MINUTE_INCREMENT; in getVirtualViewIdAfter() local
124 double nextValue = fma(lastValue, base, _mStep); in contains() local