Home
last modified time | relevance | path

Searched defs:nextValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/animation/
DIntKeyframeSet.java61 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
77 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
97 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
DFloatKeyframeSet.java61 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
77 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
98 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
/frameworks/base/core/java/android/util/
DJsonReader.java696 private JsonToken nextValue() throws IOException { in nextValue() method in JsonReader
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java1140 final int nextValue = (initialStep + step) * stepSize; in adjustPicker() local
1254 final int nextValue = value + 1; in getVirtualViewIdAfter() local
1262 final int nextValue = snapValue + MINUTE_INCREMENT; in getVirtualViewIdAfter() local
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp124 double nextValue = fma(lastValue, base, _mStep); in contains() local