Searched refs:loaded (Results 1 – 3 of 3) sorted by relevance
| /compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/font/ |
| D | FontSynthesisTest.kt | 117 val (font, loaded) = loadFont(FontTestData.FONT_700_ITALIC) in fontSynthesisAll_doesNotSynthesizeIfFontIsTheSame_beforeApi28() constant 120 FontSynthesis.All.synthesizeTypeface(loaded, font, FontWeight.W700, FontStyle.Italic) in fontSynthesisAll_doesNotSynthesizeIfFontIsTheSame_beforeApi28() 136 val (font, loaded) = loadFont(FontTestData.FONT_100_REGULAR) in fontSynthesisNone_doesNotSynthesize() constant 139 FontSynthesis.None.synthesizeTypeface(loaded, font, FontWeight.Bold, FontStyle.Italic) in fontSynthesisNone_doesNotSynthesize() 148 val (font, loaded) = loadFont(FontTestData.FONT_100_REGULAR) in fontSynthesisWeight_doesNotSynthesizeIfRequestedWeightIsLessThan600() constant 152 FontSynthesis.Weight.synthesizeTypeface(loaded, font, FontWeight.W500, FontStyle.Normal) in fontSynthesisWeight_doesNotSynthesizeIfRequestedWeightIsLessThan600() 157 FontSynthesis.Weight.synthesizeTypeface(loaded, font, FontWeight.W600, FontStyle.Normal) in fontSynthesisWeight_doesNotSynthesizeIfRequestedWeightIsLessThan600()
|
| /compose/ui/ui-text-google-fonts/src/main/java/androidx/compose/ui/text/googlefonts/ |
| D | XmlLoader.kt | 44 val loaded = in GoogleFont() constant 53 requireNotNull(loaded) { "Unable to load XML fontRes ${resources.getResourceName(fontXml)}" } in GoogleFont() 55 val query = Uri.parse("?" + loaded.request.query) in GoogleFont()
|
| /compose/animation/animation-core/src/androidMain/ |
| D | baseline-prof.txt | 3 # In practice it seems like almost every class in animation/core ends up getting loaded in even a
|