Home
last modified time | relevance | path

Searched refs:getFontMetricsInt (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java107 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testGetters1()
134 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testLineMetrics_withPadding()
150 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testLineMetrics_withPaddingAndWidth()
170 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testLineMetrics_withThreeLines()
193 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testLineMetrics_withLargeText()
223 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testLineMetrics_withSpacingAdd()
246 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testLineMetrics_withSpacingMult()
272 FontMetricsInt fmi = b.paint.getFontMetricsInt(); in testLineMetrics_withUnitIntervalSpacingMult()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DCenteredImageSpan.java41 Paint.FontMetricsInt paintFontMetrics = paint.getFontMetricsInt(); in getSize()
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DMeasuredText.java138 public void getFontMetricsInt(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getFontMetricsInt() method in MeasuredText
307 paint.getFontMetricsInt(mCachedMetrics); in appendStyleRun()
/aosp14/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java294 public void getFontMetricsInt(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getFontMetricsInt() method in MeasuredParagraph
296 mMeasuredText.getFontMetricsInt(start, end, fmi); in getFontMetricsInt()
616 mCachedPaint.getFontMetricsInt(mCachedFm); in applyMetricsAffectingSpan()
H A DPrecomputedText.java688 public void getFontMetricsInt(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getFontMetricsInt() method in PrecomputedText
695 mParams.getTextPaint().getFontMetricsInt(outMetrics); in getFontMetricsInt()
706 getMeasuredParagraph(paraIndex).getFontMetricsInt(start - paraStart, in getFontMetricsInt()
H A DTextLine.java977 wp.getFontMetricsInt(fmi); in expandMetricsFromPaint()
995 wp.getFontMetricsInt(mChars, start, count, contextStart, contextCount, runIsRtl, in expandMetricsFromPaint()
999 wp.getFontMetricsInt(mText, mStart + start, count, mStart + contextStart, in expandMetricsFromPaint()
1002 mComputed.getFontMetricsInt(mStart + start, mStart + end, fmi); in expandMetricsFromPaint()
H A DDynamicLayout.java465 b.mPaint.getFontMetricsInt(fm); in generate()
718 final Paint.FontMetricsInt fm = paint.getFontMetricsInt(); in contentMayProtrudeFromLineTopOrBottom()
H A DStaticLayout.java945 paint.getFontMetricsInt(fm); in generate()
/aosp14/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java167 transY -= paint.getFontMetricsInt().descent; in draw()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2158 public void getFontMetricsInt( in getFontMetricsInt() method in Paint
2185 getFontMetricsInt(outMetrics); in getFontMetricsInt()
2222 public void getFontMetricsInt(@NonNull char[] text, in getFontMetricsInt() method in Paint
2247 getFontMetricsInt(outMetrics); in getFontMetricsInt()
2320 public int getFontMetricsInt(FontMetricsInt fmi) { in getFontMetricsInt() method in Paint
2324 public FontMetricsInt getFontMetricsInt() { in getFontMetricsInt() method in Paint
2326 getFontMetricsInt(fm); in getFontMetricsInt()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWatermark.java91 FontMetricsInt fm = mTextPaint.getFontMetricsInt(); in Watermark()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterView.java357 float fontHeight = mBatteryPercentView.getPaint().getFontMetricsInt(null); in updateShowPercent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java397 float fontHeight = getPaint().getFontMetricsInt(null); in reloadDimens()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp674 static jint getFontMetricsInt(JNIEnv* env, jobject, jlong paintHandle, jobject metricsObj) { in getFontMetricsInt() function
1103 (void*)PaintGlue::getFontMetricsInt},
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java258 mTextPaint.getFontMetricsInt(mTextMetrics); in onMeasure()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java2577 return FastMath.round(mTextPaint.getFontMetricsInt(null) * mSpacingMult + mSpacingAdd); in getLineHeight()
3739 final FontMetricsInt fontMetrics = getPaint().getFontMetricsInt(); in setFirstBaselineToTopHeight()
3783 final FontMetricsInt fontMetrics = getPaint().getFontMetricsInt(); in setLastBaselineToBottomHeight()
3808 return getPaddingTop() - getPaint().getFontMetricsInt().top; in getFirstBaselineToTopHeight()
3819 return getPaddingBottom() + getPaint().getFontMetricsInt().bottom; in getLastBaselineToBottomHeight()
6237 final int fontHeight = getPaint().getFontMetricsInt(null); in setLineHeightPx()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15938 …method public void getFontMetricsInt(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=…
15939 …method public void getFontMetricsInt(@NonNull char[], @IntRange(from=0) int, @IntRange(from=0) int…
15940 method public int getFontMetricsInt(android.graphics.Paint.FontMetricsInt);
15941 method public android.graphics.Paint.FontMetricsInt getFontMetricsInt();
17570 …method public void getFontMetricsInt(@IntRange(from=0) int, @IntRange(from=0) int, @NonNull androi…
47441 …method public void getFontMetricsInt(@IntRange(from=0) int, @IntRange(from=0) int, @NonNull androi…
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6500 HSPLandroid/graphics/Paint;->getFontMetricsInt()Landroid/graphics/Paint$FontMetricsInt;
6501 HSPLandroid/graphics/Paint;->getFontMetricsInt(Landroid/graphics/Paint$FontMetricsInt;)I
6502 HSPLandroid/graphics/Paint;->getFontMetricsInt(Ljava/lang/CharSequence;IIIIZLandroid/graphics/Paint…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6503 HSPLandroid/graphics/Paint;->getFontMetricsInt()Landroid/graphics/Paint$FontMetricsInt;
6504 HSPLandroid/graphics/Paint;->getFontMetricsInt(Landroid/graphics/Paint$FontMetricsInt;)I
6505 HSPLandroid/graphics/Paint;->getFontMetricsInt(Ljava/lang/CharSequence;IIIIZLandroid/graphics/Paint…