Searched refs:normalizedLength (Results 1 – 1 of 1) sorted by relevance
70 public float normalizedLength; field in PerimeterPathGuide.RegionAttributes166 return regionAttributes.endCoordinate - (1 - progress) * regionAttributes.normalizedLength; in getCoord()180 return mRegions[region.ordinal()].normalizedLength; in getRegionWidth()289 mRegions[i].normalizedLength = mRegions[i].absoluteLength / perimeterLength; in computeRegions()367 return Pair.create(r, coord / mRegions[r.ordinal()].normalizedLength); in placePoint()371 coordOffsetInRegion / mRegions[r.ordinal()].normalizedLength; in placePoint()