/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ui/theme/typography/ |
H A D | TypographyTokens.kt | 27 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 D | TypographyTokens.kt | 26 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 D | SettingsTypography.kt | 36 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 D | FontFamily.cpp | 120 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 D | Typeface.cpp | 243 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 D | Font.cpp | 96 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 D | Font.h | 33 sk_sp<SkData>&& data, std::string_view fontPath, const void *fontPtr, size_t fontSize,
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | WebVttRenderer.java | 1226 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 D | TimedText.java | 209 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 D | ClosedCaptionRenderer.java | 1310 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 D | FontFamily.java | 146 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 D | PieChart.kt | 103 val labelTextSize = MaterialTheme.typography.bodyMedium.fontSize.value 104 val centerTextSize = MaterialTheme.typography.titleLarge.fontSize.value
|
H A D | BarChart.kt | 128 val labelTextSize = MaterialTheme.typography.bodyMedium.fontSize.value
|
H A D | LineChart.kt | 136 val labelTextSize = MaterialTheme.typography.bodyMedium.fontSize.value
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Watermark.java | 84 int fontSize = WindowManagerService.getPropertyInt(tokens, 1, in Watermark() local 88 mTextPaint.setTextSize(fontSize); in Watermark()
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | MinikinSkia.cpp | 37 size_t fontSize, std::string_view filePath, int ttcIndex, in MinikinFontSkia() argument 42 , mFontSize(fontSize) in MinikinFontSkia()
|
H A D | MinikinSkia.h | 33 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 D | MainActivity.kt | 129 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 D | BubbleFlyoutView.java | 224 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 D | BubbleOverflowContainerView.java | 235 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 D | BubbleExpandedView.java | 477 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 D | SystemFonts.java | 88 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 D | FooterActions.kt | 293 fontSize = 18.sp,
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1727 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 D | hiddenapi-max-target-o.txt | 30723 Landroid/media/TimedText$Style;->fontSize:I
|