Searched refs:sides (Results 1 – 9 of 9) sorted by relevance
24 fun createPolygon(radius: Float, sides: Int): Path { in <lambda>()27 val angleStep = PI2f / sides in <lambda>()28 for (i in 1 until sides) { in <lambda>()35 fun createPolygonPoints(radius: Float, sides: Int): List<Vec2> { in createPolygonPoints()36 val angleStep = PI2f / sides in createPolygonPoints()37 return (0 until sides).map { i -> in createPolygonPoints()
346 sides = 15 // Autopilot introduced in Android 15 in ZoomedDrawScope()
41 AUDIO_GEOMETRY_SIDE sides[NCHAN]; in testStereoVolume() local50 sides[i++] = AUDIO_GEOMETRY_SIDE_LEFT; // special case in testStereoVolume()52 sides[i++] = AUDIO_GEOMETRY_SIDE_RIGHT; // special case in testStereoVolume()54 sides[i++] = sideFromChannelIdx(index); in testStereoVolume()73 if (sides[j] == AUDIO_GEOMETRY_SIDE_LEFT) { in testStereoVolume()75 } else if (sides[j] == AUDIO_GEOMETRY_SIDE_CENTER) { in testStereoVolume()98 if (sides[j] == AUDIO_GEOMETRY_SIDE_LEFT) { in testStereoVolume()100 } else if (sides[j] == AUDIO_GEOMETRY_SIDE_CENTER) { in testStereoVolume()
81 final @WindowInsets.Side.InsetsSide int sides = attrs.getFitInsetsSides(); in computeFrames() local82 final int left = (sides & WindowInsets.Side.LEFT) != 0 ? insets.left : 0; in computeFrames()83 final int top = (sides & WindowInsets.Side.TOP) != 0 ? insets.top : 0; in computeFrames()84 final int right = (sides & WindowInsets.Side.RIGHT) != 0 ? insets.right : 0; in computeFrames()85 final int bottom = (sides & WindowInsets.Side.BOTTOM) != 0 ? insets.bottom : 0; in computeFrames()
4649 public void setFitInsetsSides(@InsetsSide int sides) { in setFitInsetsSides() argument4650 mFitInsetsSides = sides; in setFitInsetsSides()
100 // sides track to the interface.
251 final int sides = Side.TOP | Side.LEFT; in adjustLayoutParamsForCompatibility_noAdjustLayout() local255 attrs.setFitInsetsSides(sides); in adjustLayoutParamsForCompatibility_noAdjustLayout()263 assertEquals(sides, attrs.getFitInsetsSides()); in adjustLayoutParamsForCompatibility_noAdjustLayout()
23 * Though this is an opaque blob of vec<uint8_t> and cast on both sides of the
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...