Home
last modified time | relevance | path

Searched refs:measured (Results 1 – 10 of 10) sorted by relevance

/aosp14/system/core/libutils/
H A DUnicode_test.cpp52 ssize_t measured = utf8_to_utf16_length(input_data, inlen); in TestUTF8toUTF16() local
53 EXPECT_EQ(expected_length ? : (ssize_t)outlen, measured) << err_msg_length; in TestUTF8toUTF16()
73 ssize_t measured = utf16_to_utf8_length(input_data, inlen); in TestUTF16toUTF8() local
74 EXPECT_EQ(expected_length ? : (ssize_t)outlen, measured) << err_msg_length; in TestUTF16toUTF8()
/aosp14/frameworks/base/core/java/android/text/
H A DStaticLayout.java788 final MeasuredParagraph measuredPara = paragraphInfo[paraIndex].measured; in generate()
963 @NonNull final MeasuredParagraph measured,
972 final int dir = measured.getParagraphDir();
1023 calculateEllipsis(start, end, measured, widthStart,
1117 mLineDirections[j] = measured.getDirections(start - widthStart, end - widthStart);
1124 MeasuredParagraph measured, int widthStart,
1148 float w = measured.getCharWidthAt(i - 1 + lineStart - widthStart);
1173 float w = measured.getCharWidthAt(i + lineStart - widthStart);
1196 float w = measured.getCharWidthAt(right - 1 + lineStart - widthStart);
1200 && measured.getCharWidthAt(right + lineStart - widthStart)
[all …]
H A DPrecomputedText.java369 public final @NonNull MeasuredParagraph measured; field in PrecomputedText.ParagraphInfo
375 public ParagraphInfo(@IntRange(from = 0) int paraEnd, @NonNull MeasuredParagraph measured) { in ParagraphInfo() argument
377 this.measured = measured; in ParagraphInfo()
580 return mParagraphInfo[paraIndex].measured; in getMeasuredParagraph()
/aosp14/frameworks/base/tools/orientationplot/
H A DREADME.txt37 filtered accelerometer data, measured tilt and orientation angle, confidence
63 the measured orientation angle is now within the gap between the new
66 In other words, the hysteresis gap applies only when the measured orientation
76 4. The orientation angle is not measured when the tilt is too close to 90 or -90
/aosp14/frameworks/base/tools/preload/
H A DMemoryUsage.java213 MemoryUsage measured = measure(); in run() local
216 memoryUsage = measured; in run()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp105 float measured = 0; in breakText() local
115 if (measured + width > maxWidth) { in breakText()
122 measured += width; in breakText()
128 array[0] = measured; in breakText()
/aosp14/frameworks/base/core/proto/android/net/
H A Dnetworkcapabilities.proto104 // bandwidth for the first hop on the given transport. It is not measured,
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto89 // Total realtime duration measured with screen off or dozing.
91 // Total uptime duration measured with screen off or dozing.
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4626 // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56532 Landroid/text/PrecomputedText$ParagraphInfo;->measured:Landroid/text/MeasuredParagraph;