Home
last modified time | relevance | path

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

12

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/font/
DFontLoadingStrategy.kt31 OptionalLocal -> "Optional" in toString()
73 val OptionalLocal = FontLoadingStrategy(1) constant
DFontListFontFamilyTypefaceAdapter.kt211 FontLoadingStrategy.OptionalLocal -> { in firstImmediatelyAvailable()
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DFontFamilyDemo.kt44 import androidx.compose.ui.text.font.FontLoadingStrategy.Companion.OptionalLocal
202 OptionalLocal,
213 OptionalLocal,
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/font/
DAndroidFontLoader.android.kt24 import androidx.compose.ui.text.font.FontLoadingStrategy.Companion.OptionalLocal in <lambda>()
41 OptionalLocal -> runCatching { font.load(context) }.getOrNull() in <lambda>()
DDeviceFontFamilyNameFont.android.kt88 ) : AndroidFont(FontLoadingStrategy.OptionalLocal, NamedFontLoader, variationSettings) {
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/font/testutils/
DAsyncTestFonts.kt25 import androidx.compose.ui.text.font.FontLoadingStrategy.Companion.OptionalLocal
143 ) : AndroidFont(OptionalLocal, typefaceLoader, FontVariation.Settings(weight, style)) {
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/font/
DDeviceFontFamilyNameFontTest.kt48 assertThat(font.loadingStrategy).isEqualTo(FontLoadingStrategy.OptionalLocal) in fontWithAndroidFontFamilyName_isOptional()
DDelegatingFontLoaderForDeprecatedUsageTest.kt135 val resourceFont = Font(resId = 3, loadingStrategy = FontLoadingStrategy.OptionalLocal) in loadOptional_delegatesToFontResourceLoader()
/compose/ui/ui-text/bcv/native/
D1.7.0.txt1109 …final val OptionalLocal // androidx.compose.ui.text.font/FontLoadingStrategy.Companion.OptionalLoc…
1110OptionalLocal>(): androidx.compose.ui.text.font/FontLoadingStrategy // androidx.compose.ui.text.fo…
D1.8.0-beta02.txt1280 …final val OptionalLocal // androidx.compose.ui.text.font/FontLoadingStrategy.Companion.OptionalLoc…
1281OptionalLocal>(): androidx.compose.ui.text.font/FontLoadingStrategy // androidx.compose.ui.text.fo…
Dcurrent.txt1280 …final val OptionalLocal // androidx.compose.ui.text.font/FontLoadingStrategy.Companion.OptionalLoc…
1281OptionalLocal>(): androidx.compose.ui.text.font/FontLoadingStrategy // androidx.compose.ui.text.fo…
/compose/ui/ui-text/api/
Drestricted_1.2.0-beta01.txt679 property public final int OptionalLocal;
Drestricted_1.2.0-beta02.txt679 property public final int OptionalLocal;
Drestricted_1.2.0-beta04.txt679 property public final int OptionalLocal;
Drestricted_1.2.0-beta03.txt679 property public final int OptionalLocal;
Drestricted_1.3.0-beta03.txt737 property public final int OptionalLocal;
Drestricted_1.3.0-beta04.txt737 property public final int OptionalLocal;
Drestricted_1.3.0-beta01.txt737 property public final int OptionalLocal;
Drestricted_1.3.0-beta02.txt737 property public final int OptionalLocal;
D1.3.0-beta02.txt801 property public final int OptionalLocal;
D1.2.0-beta03.txt767 property public final int OptionalLocal;
D1.2.0-beta04.txt767 property public final int OptionalLocal;
D1.2.0-beta02.txt767 property public final int OptionalLocal;
D1.3.0-beta01.txt801 property public final int OptionalLocal;
Drestricted_1.4.0-beta02.txt693 property public final int OptionalLocal;

12