OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextFraction
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/animation/
FloatKeyframeSet.java
83
float
nextFraction
= nextKeyframe.getFraction();
88
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
99
float
nextFraction
= nextKeyframe.getFraction();
104
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
IntKeyframeSet.java
83
float
nextFraction
= nextKeyframe.getFraction();
88
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
99
float
nextFraction
= nextKeyframe.getFraction();
104
float intervalFraction = (fraction - prevFraction) / (
nextFraction
- prevFraction);
Completed in 26 milliseconds