Home
last modified time | relevance | path

Searched defs:load (Results 1 – 9 of 9) sorted by relevance

/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/
DLayoutlibFontResourceLoader.android.kt33 override fun load(font: Font): Typeface { in load() method in androidx.compose.ui.tooling.LayoutlibFontResourceLoader
44 fun load(context: Context, font: ResourceFont): Typeface { in load() method
/compose/animation/animation-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/animation/graphics/vector/compat/
DXmlAnimatedVectorParserTest.kt39 fun load() { in <lambda>() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/font/
DFont.kt61 fun load(font: Font): Any in load() method
DFontListFontFamilyTypefaceAdapter.kt269 suspend fun load() { in load() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidFontResourceLoader.android.kt40 override fun load(font: Font): Typeface { in load() method in androidx.compose.ui.platform.AndroidFontResourceLoader
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/font/
DAndroidFontLoader.android.kt65 private fun ResourceFont.load(context: Context): Typeface = in load() method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/font/
DDelegatingFontLoaderForDeprecatedUsageTest.kt163 override fun load(font: Font): Any { in load() method in androidx.compose.ui.text.font.DelegatingFontLoaderForDeprecatedUsageTest.TrackingLoader
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/
DComposeLayoutInspector.kt555 val load = companion.javaClass.getDeclaredMethod("loadStateAndCompose", Any::class.java) in hotReload() constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextLayoutResult.kt255 override fun load(font: Font): Any { in load() method in DeprecatedBridgeFontResourceLoader