Home
last modified time | relevance | path

Searched defs:parameters (Results 1 – 25 of 85) sorted by relevance

1234

/compose/docs/
Dcompose-component-api-guidelines.md495 ### Parameters vs. Modifier on the component
525 ### `modifier` parameter
630 ### Parameters order
691 ### Nullable parameter
733 ### Default expressions
780 ### MutableState\<T\> as a parameter
815 ### State\<T\> as a parameter
841 ### Slot parameters
843 #### What are slots
861 #### Why slots
[all …]
/compose/integration-tests/macrobenchmark/src/main/java/androidx/compose/integration/macrobenchmark/
DFullyDrawnStartupBenchmark.kt52 fun parameters() = createStartupCompilationParams() method
DTrivialStartupBenchmark.kt52 fun parameters() = method
DIoSettingsStartupBenchmark.kt51 fun parameters() = createStartupCompilationParams() method
DSmallListStartupBenchmark.kt54 fun parameters() = createStartupCompilationParams() method
DStaticScrollingContentWithChromeInitialCompositionBenchmark.kt65 fun parameters() = createStartupCompilationParams() method
DTrivialStartupPerfettoSdkOverheadBenchmark.kt67 fun parameters() = in parameters() method
DRecyclerViewAsCarouselBenchmark.kt68 fun parameters() = createCompilationParams() method
DTrivialStartupPerfettoSdkBenchmark.kt92 fun parameters() = method
DPagerAsCarouselBenchmark.kt70 fun parameters() = createCompilationParams() method
DFrameExperimentBenchmark.kt84 fun parameters() = createCompilationParams() method
DRecyclerViewListScrollBenchmark.kt80 fun parameters() = createCompilationParams() method
DAndroidViewPagerBenchmark.kt79 fun parameters() = createCompilationParams() method
DCrossfadeBenchmark.kt84 fun parameters() = createCompilationParams() method
DPagerOfLazyGridBenchmark.kt80 fun parameters() = createCompilationParams() method
DNestedListsScrollBenchmark.kt83 fun parameters() = createCompilationParams() method
DAndroidViewListScrollBenchmark.kt83 fun parameters() = createCompilationParams() method
DGridBenchmark.kt83 fun parameters() = createCompilationParams() method
DTrivialListScrollBenchmark.kt83 fun parameters() = createCompilationParams() method
DLazyBoxWithConstraintsScrollBenchmark.kt83 fun parameters() = createCompilationParams() method
/compose/integration-tests/hero/jetsnack/jetsnack-macrobenchmark/src/main/java/androidx/compose/integration/hero/jetsnack/macrobenchmark/
DJetsnackStartupBenchmark.kt52 fun parameters() = createStartupCompilationParams() in startup() method
/compose/integration-tests/hero/pokedex/pokedex-macrobenchmark/src/main/java/androidx/compose/integration/hero/pokedex/macrobenchmark/
DPokedexStartupBenchmark.kt53 fun parameters() = createStartupCompilationParams() in startupCompose() method
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DTimePickerDialogScreenshotTest.kt80 fun parameters() = method
DTimePickerSizeTest.kt100 fun parameters() = in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/
DStabilityInferred.kt34 annotation class StabilityInferred(val parameters: Int) constant in androidx.compose.runtime.internal.StabilityInferred

1234