Home
last modified time | relevance | path

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

/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/
DSlotTableIntegrationBenchmark.kt349 @Suppress("UNUSED_PARAMETER") private fun use(value: Any?) {} in use() method
351 @Suppress("UNUSED_PARAMETER") private fun use(value: Int) {} in use() method
353 @Suppress("UNUSED_PARAMETER") private fun use(value: Long) {} in use() method
355 @Suppress("UNUSED_PARAMETER") private fun use(value: Float) {} in use() method
357 @Suppress("UNUSED_PARAMETER") private fun use(value: Double) {} in use() method
359 @Suppress("UNUSED_PARAMETER") private fun use(value: Boolean) {} in use() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DRecomposerTests.kt220 @Composable fun use(@Suppress("UNUSED_PARAMETER") i: Int) {} in <lambda>() method
284 @Composable fun use(@Suppress("UNUSED_PARAMETER") i: Int) {} in <lambda>() method
DCompositionAndDerivedStateTests.kt132 var use by mutableStateOf(useD) in <lambda>() variable
DEffectsTests.kt658 fun use(@Suppress("UNUSED_PARAMETER") value: Any) {} in use() method
DMovableContentTests.kt841 fun use() { in <lambda>() method
903 fun use() { in <lambda>() method
DCompositionTests.kt4892 fun use(@Suppress("UNUSED_PARAMETER") v: Int) {} in use() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/
DRememberEventDispatcher.kt90 inline fun use( in use() method in androidx.compose.runtime.internal.RememberEventDispatcher
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/scrollcapture/
DScrollCaptureDrawTest.kt307 private inline fun Bitmap.use(block: (Bitmap) -> Unit) { in <lambda>() method in androidx.compose.ui.scrollcapture.ScrollCaptureDrawTest
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DPlacementLayoutCoordinatesTest.kt866 private fun LayoutCoordinates?.use(): LayoutCoordinates? { in LayoutCoordinates() method