Searched refs:nextValue (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/animation/ |
D | IntKeyframeSet.java | 61 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()
|
D | FloatKeyframeSet.java | 61 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/ |
D | JsonReader.java | 336 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/ |
D | RadialTimePickerView.java | 1140 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/ |
D | C2InterfaceUtils.cpp | 124 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/ |
D | boot-image-profile.txt | 15461 HSPLandroid/util/JsonReader;->nextValue()Landroid/util/JsonToken; 31137 HSPLorg/json/JSONTokener;->nextValue()Ljava/lang/Object;
|
D | hiddenapi-greylist-max-o.txt | 71811 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/ |
D | android-22.txt | 57782 method public java.lang.Object nextValue() throws org.json.JSONException;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 78592 method public Object nextValue() throws org.json.JSONException;
|
/frameworks/base/api/ |
D | current.txt | 78736 method public Object nextValue() throws org.json.JSONException;
|