OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextfraction
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/animation/
FloatKeyframeSet.java
89
float
nextFraction
= nextKeyframe.getFraction();
94
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
105
float
nextFraction
= nextKeyframe.getFraction();
110
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
IntKeyframeSet.java
89
float
nextFraction
= nextKeyframe.getFraction();
94
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
105
float
nextFraction
= nextKeyframe.getFraction();
110
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 1122 milliseconds