Home
last modified time | relevance | path

Searched refs:lineLength (Results 1 – 7 of 7) sorted by relevance

/frameworks/ex/common/tools/
Dmake-iana-tld-pattern.py36 self.lineLength = len(TAB)
40 self.lineLength += len(other)
44 if self.lineLength > 90:
48 self.lineLength = len(TAB)
/frameworks/minikin/tests/unittest/
DLineBreakerTestHelper.h138 uint32_t lineLength = u16Str.size(); in sameLineBreak() local
143 --lineLength; in sameLineBreak()
149 --lineLength; in sameLineBreak()
151 breakOffset += lineLength; in sameLineBreak()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncer.kt340 val lineLength = in <lambda>() constant
346 alpha = lineAlpha(spacing, lineLength), in <lambda>()
430 private fun lineAlpha(gridSpacing: Float, lineLength: Float = gridSpacing): Float { in lineAlpha()
433 return ((lineLength / gridSpacing - 0.3f) * 4f).coerceIn(0f, 1f) in lineAlpha()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java841 final float lineLength = selLength - selRadius; in drawSelector() local
844 final float linePointX = centerX + (int) (lineLength * sin); in drawSelector()
845 final float linePointY = centerY - (int) (lineLength * cos); in drawSelector()
/frameworks/base/core/java/android/text/
DLayout.java1761 final int lineLength = lineEnd - lineStart; in fillHorizontalBoundsForLine() local
1782 if (horizontalBounds == null || horizontalBounds.length < 2 * lineLength) { in fillHorizontalBoundsForLine()
1783 horizontalBounds = new float[2 * lineLength]; in fillHorizontalBoundsForLine()
1863 final int lineLength = lineEnd - lineStart; in forEachCharacterBounds() local
1864 if (horizontalBounds == null || horizontalBounds.length < 2 * lineLength) { in forEachCharacterBounds()
1865 horizontalBounds = new float[2 * lineLength]; in forEachCharacterBounds()
/frameworks/base/core/java/android/view/
DViewGroup.java4144 int lineLength, int lineWidth) { in drawRectCorners() argument
4145 drawCorner(canvas, paint, x1, y1, lineLength, lineLength, lineWidth); in drawRectCorners()
4146 drawCorner(canvas, paint, x1, y2, lineLength, -lineLength, lineWidth); in drawRectCorners()
4147 drawCorner(canvas, paint, x2, y1, -lineLength, lineLength, lineWidth); in drawRectCorners()
4148 drawCorner(canvas, paint, x2, y2, -lineLength, -lineLength, lineWidth); in drawRectCorners()
4214 int lineLength = dipsToPixels(DEBUG_CORNERS_SIZE_DIP); in onDebugDraw() local
4220 paint, lineLength, lineWidth); in onDebugDraw()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...