Home
last modified time | relevance | path

Searched refs:fontSize (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ui/theme/typography/
H A DTypographyTokens.kt27 fontSize = typeScaleTokens.bodyLargeSize,
35 fontSize = typeScaleTokens.bodyMediumSize,
43 fontSize = typeScaleTokens.bodySmallSize,
51 fontSize = typeScaleTokens.displayLargeSize,
59 fontSize = typeScaleTokens.displayMediumSize,
67 fontSize = typeScaleTokens.displaySmallSize,
99 fontSize = typeScaleTokens.labelLargeSize,
107 fontSize = typeScaleTokens.labelMediumSize,
115 fontSize = typeScaleTokens.labelSmallSize,
123 fontSize = typeScaleTokens.titleLargeSize,
[all …]
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/typography/
H A DTypographyTokens.kt26 fontSize = typeScaleTokens.bodyLargeSize,
34 fontSize = typeScaleTokens.bodyMediumSize,
42 fontSize = typeScaleTokens.bodySmallSize,
50 fontSize = typeScaleTokens.displayLargeSize,
58 fontSize = typeScaleTokens.displayMediumSize,
66 fontSize = typeScaleTokens.displaySmallSize,
98 fontSize = typeScaleTokens.labelLargeSize,
106 fontSize = typeScaleTokens.labelMediumSize,
114 fontSize = typeScaleTokens.labelSmallSize,
122 fontSize = typeScaleTokens.titleLargeSize,
[all …]
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/theme/
H A DSettingsTypography.kt36 fontSize = 57.sp,
44 fontSize = 45.sp,
52 fontSize = 36.sp,
60 fontSize = 32.sp,
68 fontSize = 28.sp,
76 fontSize = 24.sp,
84 fontSize = 22.sp,
92 fontSize = 20.sp,
100 fontSize = 18.sp,
108 fontSize = 16.sp,
[all …]
/aosp14/frameworks/base/libs/hwui/jni/
H A DFontFamily.cpp120 const size_t fontSize = data->size(); in addSkTypeface() local
137 fontSize, "", ttcIndex, builder->axes); in addSkTypeface()
180 jlong fontSize = env->GetDirectBufferCapacity(bytebuf); in FontFamily_addFont() local
181 if (fontSize < 0) { in FontFamily_addFont()
187 sk_sp<SkData> data(SkData::MakeWithProc(fontPtr, fontSize, in FontFamily_addFont()
202 jlong fontSize = env->GetDirectBufferCapacity(font); in FontFamily_addFontWeightStyle() local
203 if (fontSize < 0) { in FontFamily_addFontWeightStyle()
209 sk_sp<SkData> data(SkData::MakeWithProc(fontPtr, fontSize, in FontFamily_addFontWeightStyle()
H A DTypeface.cpp243 size_t fontSize = data->size(); in create() local
246 minikin::FontFileParser parser(fontPtr, fontSize, fontIndex); in create()
260 std::move(data), fontPath, fontPtr, fontSize, fontIndex, axes); in create()
/aosp14/frameworks/base/libs/hwui/jni/fonts/
H A DFont.cpp96 jlong fontSize = env->GetDirectBufferCapacity(buffer); in Font_Builder_build() local
97 if (fontSize <= 0) { in Font_Builder_build()
105 sk_sp<SkData> data(SkData::MakeWithProc(fontPtr, fontSize, in Font_Builder_build()
109 fontPtr, fontSize, ttcIndex, builder->axes); in Font_Builder_build()
344 jlong fontSize = env->GetDirectBufferCapacity(buffer); in FontFileUtil_getFontRevision() local
345 if (fontSize <= 0) { in FontFileUtil_getFontRevision()
350 minikin::FontFileParser parser(fontPtr, fontSize, index); in FontFileUtil_getFontRevision()
366 jlong fontSize = env->GetDirectBufferCapacity(buffer); in FontFileUtil_getFontPostScriptName() local
367 if (fontSize <= 0) { in FontFileUtil_getFontPostScriptName()
387 jlong fontSize = env->GetDirectBufferCapacity(buffer); in FontFileUtil_isPostScriptType1Font() local
[all …]
H A DFont.h33 sk_sp<SkData>&& data, std::string_view fontPath, const void *fontPtr, size_t fontSize,
/aosp14/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1226 setCaptionStyle(captionStyle, fontSize); in manageChangeListener()
1236 final float fontSize = mFontSize; in setActiveCues() local
1280 mFontSize = fontSize; in setCaptionStyle()
1513 setCaptionStyle(mCaptionStyle, fontSize);
1534 float fontSize) { in RegionLayout() argument
1539 mFontSize = fontSize; in RegionLayout()
1553 mFontSize = fontSize; in setCaptionStyle()
1672 mFontSize = fontSize; in CueLayout()
1707 mFontSize = fontSize; in setCaptionStyle()
1742 final float fontSize = mFontSize; in update() local
[all …]
H A DTimedText.java209 public final int fontSize; field in TimedText.Style
230 int fontSize, int colorRGBA) { in Style() argument
237 this.fontSize = fontSize; in Style()
552 int fontSize = -1; in readStyle() local
579 fontSize = parcel.readInt(); in readStyle()
597 isItalic, isUnderlined, fontSize, colorRGBA); in readStyle()
H A DClosedCaptionRenderer.java1310 float fontSize = MeasureSpec.getSize(heightMeasureSpec) * FONT_PADDING_RATIO; in onMeasure() local
1311 setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in onMeasure()
1313 mOutlineWidth = EDGE_OUTLINE_RATIO * fontSize + 1.0f; in onMeasure()
1314 mShadowRadius = EDGE_SHADOW_RATIO * fontSize + 1.0f;; in onMeasure()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java146 long fontSize = fileChannel.size(); in addFont() local
147 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/chart/
H A DPieChart.kt103 val labelTextSize = MaterialTheme.typography.bodyMedium.fontSize.value
104 val centerTextSize = MaterialTheme.typography.titleLarge.fontSize.value
H A DBarChart.kt128 val labelTextSize = MaterialTheme.typography.bodyMedium.fontSize.value
H A DLineChart.kt136 val labelTextSize = MaterialTheme.typography.bodyMedium.fontSize.value
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWatermark.java84 int fontSize = WindowManagerService.getPropertyInt(tokens, 1, in Watermark() local
88 mTextPaint.setTextSize(fontSize); in Watermark()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.cpp37 size_t fontSize, std::string_view filePath, int ttcIndex, in MinikinFontSkia() argument
42 , mFontSize(fontSize) in MinikinFontSkia()
H A DMinikinSkia.h33 MinikinFontSkia(sk_sp<SkTypeface> typeface, int sourceId, const void* fontData, size_t fontSize,
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DMainActivity.kt129 fontSize = 9.sp,
158 fontSize = 12.sp,
185 fontSize = 12.sp,
217 fontSize = 12.sp,
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java224 final float fontSize = mContext.getResources() in updateFontSize() local
226 mMessageText.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in updateFontSize()
227 mSenderText.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in updateFontSize()
H A DBubbleOverflowContainerView.java235 final float fontSize = mContext.getResources() in updateFontSize() local
237 mEmptyStateTitle.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in updateFontSize()
238 mEmptyStateSubtitle.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in updateFontSize()
H A DBubbleExpandedView.java477 final float fontSize = mContext.getResources() in updateFontSize() local
480 mManageButton.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in updateFontSize()
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java88 final long fontSize = fileChannel.size(); in mmap() local
89 return fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in mmap()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
H A DFooterActions.kt293 fontSize = 18.sp,
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1727 jstring fileName, jfloat fontSize, jint dpi) in nFontCreateFromFile() argument
1732 fontSize, dpi); in nFontCreateFromFile()
1739 jstring name, jfloat fontSize, jint dpi, jlong native_asset) in nFontCreateFromAssetStream() argument
1746 fontSize, dpi, in nFontCreateFromAssetStream()
1753 jfloat fontSize, jint dpi) in nFontCreateFromAsset() argument
1772 fontSize, dpi, in nFontCreateFromAsset()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt30723 Landroid/media/TimedText$Style;->fontSize:I