Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/animation/
H A 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()
/aosp12/system/sepolicy/tools/sepolicy-analyze/
H A Dsepolicy-analyze.c13 #define NUM_COMPONENTS (int) (sizeof(analyze_components)/sizeof(analyze_components[0])) macro
36 for(i = 0; i < NUM_COMPONENTS; i++) { in usage()
55 for(i = 0; i < NUM_COMPONENTS; i++) { in main()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1043 Landroid/animation/PathKeyframes;->NUM_COMPONENTS:I