Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DFreePathInterpolator.java67 int componentIndex = 0; in initPath() local
69 float fraction = pointComponents[componentIndex++]; in initPath()
70 float x = pointComponents[componentIndex++]; in initPath()
71 float y = pointComponents[componentIndex++]; in initPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPathInterpolatorBuilder.java72 int componentIndex = 0; in initPath() local
74 float fraction = pointComponents[componentIndex++]; in initPath()
75 float x = pointComponents[componentIndex++]; in initPath()
76 float y = pointComponents[componentIndex++]; in initPath()
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java175 int componentIndex = 0; in initPath() local
177 float fraction = pointComponents[componentIndex++]; in initPath()
178 float x = pointComponents[componentIndex++]; in initPath()
179 float y = pointComponents[componentIndex++]; in initPath()