Home
last modified time | relevance | path

Searched refs:NUM_COMPONENTS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
DPathKeyframes.java43 private static final int NUM_COMPONENTS = 3; field in PathKeyframes
83 float midFraction = mKeyframeData[(mid * NUM_COMPONENTS) + FRACTION_OFFSET]; in getValue()
100 int startBase = (startIndex * NUM_COMPONENTS); in interpolateInRange()
101 int endBase = (endIndex * NUM_COMPONENTS); in interpolateInRange()
139 int base = (index * NUM_COMPONENTS); in pointForIndex()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1043 Landroid/animation/PathKeyframes;->NUM_COMPONENTS:I