Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A 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()
/aosp12/frameworks/base/core/java/android/view/animation/
H A 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()
/aosp12/build/soong/android/
H A Dbazel_paths.go137 …asBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIndex int) bool {
142 blueprintPath = blueprintPath + strings.Join(components[:componentIndex+1], "/")