Home
last modified time | relevance | path

Searched refs:nextValue (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/animation/
DIntKeyframeSet.java61 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
70 prevValue + (int)(intervalFraction * (nextValue - prevValue)) : in getIntValue()
71 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)). in getIntValue()
77 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
86 prevValue + (int)(intervalFraction * (nextValue - prevValue)) : in getIntValue()
87 … ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).intValue(); in getIntValue()
97 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
103 prevValue + (int)(intervalFraction * (nextValue - prevValue)) : in getIntValue()
104 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)). in getIntValue()
DFloatKeyframeSet.java61 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
70 prevValue + intervalFraction * (nextValue - prevValue) : in getFloatValue()
71 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)). in getFloatValue()
77 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
86 prevValue + intervalFraction * (nextValue - prevValue) : in getFloatValue()
87 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)). in getFloatValue()
98 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
104 prevValue + intervalFraction * (nextValue - prevValue) : in getFloatValue()
105 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)). in getFloatValue()
/frameworks/base/core/java/android/util/
DJsonReader.java336 JsonToken firstToken = nextValue(); in peek()
354 JsonToken token = nextValue(); in peek()
621 return nextValue(); in nextInArray()
693 return nextValue(); in objectValue()
696 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
1141 final int clampedValue = MathUtils.constrain(nextValue, minValue, maxValue); in adjustPicker()
1254 final int nextValue = value + 1; in getVirtualViewIdAfter() local
1256 if (nextValue <= max) { in getVirtualViewIdAfter()
1257 return makeId(type, nextValue); in getVirtualViewIdAfter()
1262 final int nextValue = snapValue + MINUTE_INCREMENT; in getVirtualViewIdAfter() local
1263 if (value < current && nextValue > current) { in getVirtualViewIdAfter()
1266 } else if (nextValue < MINUTES_IN_CIRCLE) { in getVirtualViewIdAfter()
1267 return makeId(type, nextValue); in getVirtualViewIdAfter()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp124 double nextValue = fma(lastValue, base, _mStep); in contains() local
125 if (nextValue <= lastValue || nextValue > _mMax) { in contains()
128 lastValue = nextValue; in contains()
/frameworks/base/config/
Dboot-image-profile.txt15461 HSPLandroid/util/JsonReader;->nextValue()Landroid/util/JsonToken;
31137 HSPLorg/json/JSONTokener;->nextValue()Ljava/lang/Object;
Dhiddenapi-greylist-max-o.txt71811 Landroid/util/JsonReader;->nextValue()Landroid/util/JsonToken;
108607 Ljava/util/concurrent/ConcurrentSkipListMap$Iter;->nextValue:Ljava/lang/Object;
108644 Ljava/util/concurrent/ConcurrentSkipListMap$SubMap$SubMapIter;->nextValue:Ljava/lang/Object;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt57782 method public java.lang.Object nextValue() throws org.json.JSONException;
/frameworks/base/non-updatable-api/
Dcurrent.txt78592 method public Object nextValue() throws org.json.JSONException;
/frameworks/base/api/
Dcurrent.txt78736 method public Object nextValue() throws org.json.JSONException;