Home
last modified time | relevance | path

Searched defs:content (Results 1 – 25 of 106) sorted by relevance

12345

/compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/
DExceptionMessageDetectorTest.kt42 fun content() { in checkWithMessage() method
60 fun content() { in checkWithNamedParameterValue() method
78 fun content() { in checkWithNamedParameterMessage() method
96 fun content() { in checkWithNamedParameterValueAndMessage() method
114 fun content() { in checkWithNamedParameterValueAndMessageReversed() method
132 fun content() { in checkWithoutMessage() method
157 fun content() { in checkFromDifferentPackageWithoutMessage() method
177 fun content() { in checkNotNullWithMessage() method
195 fun content() { in checkNotNullWithNamedParameterValue() method
213 fun content() { in checkNotNullWithNamedParameterMessage() method
[all …]
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt33 internal constructor(@PublishedApi @JvmField internal var content: Array<T?>, size: Int) : in <lambda>() variable in androidx.compose.runtime.collection.MutableVector
67 val content = content in <lambda>() constant
88 val content = content in <lambda>() constant
112 val content = content in <lambda>() constant
170 val content = content in <lambda>() constant
195 val content = content as Array<T> in <lambda>() constant
209 val content = content as Array<T> in <lambda>() constant
225 val content = content in <lambda>() constant
321 val content = content as Array<T> in <lambda>() constant
348 val content = content as Array<T> in <lambda>() constant
[all …]
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DMovableContentTests.kt46 val content = movableContentOf { in <lambda>() constant
91 val content = movableContentOf { in <lambda>() constant
140 val content = movableContentOf { in <lambda>() constant
212 val content = movableContentOf { in <lambda>() constant
297 val content = movableContentOf { Marker() } in <lambda>() constant
352 val content = movableContentOf { Marker() } in <lambda>() constant
426 val content = movableContentOf { Text("data = $data") } in <lambda>() constant
441 fun MockViewValidator.content() { in <lambda>() method
699 val content = movableContentOf { Marker(0) } in <lambda>() constant
733 val content = movableContentOf { DisplayInt(displayValue) } in <lambda>() constant
[all …]
/compose/runtime/runtime/integration-tests/src/androidInstrumentedTest/kotlin/androidx/compose/runtime/
DAndroidMovableContentTests.kt36 val content = movableContentOf { parameter: Boolean -> in <lambda>() constant
37 val content = @Composable { lastSeen = parameter } in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/
DOpenComposeView.kt32 private val content = mutableStateOf<@Composable () -> Unit>({}) constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/contextmenu/internal/
DPlatformDefaultTextContextMenuProvidersTest.kt44 outerContent = { content -> in <lambda>() method
56 outerContent = { content -> in <lambda>() method
71 outerContent = { content -> in <lambda>() method
86 outerContent = { content -> in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/focus/
DTwoDimensionalFocusTraversalTest.kt125 val content = in movesFocusOutsideCurrentParent() constant
162 val content = in movesOutsideDeactivatedParent() constant
200 val content = in skipsChild() constant
246 val content = in DoesNotSkipChildOfDeactivatedItem() constant
/compose/material/material-navigation/src/main/java/androidx/compose/material/navigation/
DSheetContentHost.kt70 val content = (backStackEntry.destination as BottomSheetNavigator.Destination).content in <lambda>() constant
DBottomSheetNavigatorDestinationBuilder.kt34 private val content: @Composable ColumnScope.(NavBackStackEntry) -> Unit constant in androidx.compose.material.navigation.BottomSheetNavigatorDestinationBuilder
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DButtonTest.kt302 var content = Color.Transparent in <lambda>() variable
314 var content = Color.Transparent in <lambda>() variable
326 var content = Color.Transparent in <lambda>() variable
454 var content = Color.Transparent in <lambda>() variable
470 var content = Color.Transparent in <lambda>() variable
486 var content = Color.Transparent in <lambda>() variable
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DAppBarTest.kt833 val content = in <lambda>() constant
858 val content = in <lambda>() constant
883 val content = in <lambda>() constant
904 val content = in <lambda>() constant
926 val content = in <lambda>() constant
955 val content = in <lambda>() constant
999 val content = in <lambda>() constant
1019 val content = in <lambda>() constant
1040 val content = in <lambda>() constant
1059 val content = in <lambda>() constant
[all …]
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutIntervalContent.kt34 withInterval(index) { localIndex, content -> in <lambda>() method
40 withInterval(index) { localIndex, content -> content.type.invoke(localIndex) } in <lambda>() method
/compose/material3/adaptive/benchmark/src/androidTest/java/androidx/compose/material3/adaptive/benchmark/
DTestUtils.kt55 val content = @Composable { Box(modifier = Modifier.fillMaxSize().background(color)) } in ThreePaneScaffoldPaneScope() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DTextSelectionGesturesTest.kt79 val content = "" in whenTouch_withNoTextThenLongPress_noSelection() constant
91 val content = "" in whenTouch_withNoTextThenLongPressAndDrag_noSelection() constant
111 val content = "$word\n\n$word" in whenTouch_withLongPressInEndPaddingOfEmptyLine_entersSelectionMode() constant
135 val content = "$word\n\n" in whenTouch_withLongPressInEndPaddingOfEmptyFinalLine_entersSelectionMode() constant
DTextFieldSelectionHandlesGesturesTest.kt173 val content = "hello".repeat(100) in whenTouchHandle_withWordSpanningMultipleLines_selectionCanShrinkWithinLine() constant
/compose/runtime/runtime/src/nonEmulatorJvmTest/kotlin/androidx/compose/runtime/
DLiveEditTests.kt375 val content = remember { movableContentOf { error("throwInMovableContent") } } in <lambda>() constant
394 val content = remember { in <lambda>() constant
426 val content = remember { in <lambda>() constant
473 val content: @Composable LiveEditTestScope.() -> Unit = in <lambda>() constant
/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/
DTrailingLambdaBenchmark.kt74 val content = @Composable { Box(Modifier.width(10.dp)) } in MeasuredContent() constant
/compose/runtime/runtime/integration-tests/src/androidInstrumentedTest/kotlin/androidx/compose/runtime/tooling/
DCompositionRegistrationObserverTest.kt66 val content = in <lambda>() constant
137 val content = in <lambda>() constant
214 val content = in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DPlacementLayoutCoordinatesTest.kt111 val content = rule.activity.findViewById<View>(android.R.id.content) in <lambda>() constant
160 val content = rule.activity.findViewById<View>(android.R.id.content) in <lambda>() constant
238 val content = @Composable { Text("World") } in <lambda>() constant
265 val content = @Composable { Text("World") } in <lambda>() constant
302 val content = @Composable { Text("World") } in <lambda>() constant
DIntrinsicsMeasurementTest.kt54 val content: @Composable () -> Unit = { in <lambda>() constant
98 val content: @Composable () -> Unit = { in <lambda>() constant
145 val content: @Composable () -> Unit = { in <lambda>() constant
202 val content: @Composable () -> Unit = { in <lambda>() constant
455 val content: @Composable () -> Unit = { in <lambda>() constant
DSubcomposeLayoutTest.kt323 val content = in <lambda>() constant
666 val content: @Composable () -> Unit = { composingCounter++ } in <lambda>() constant
731 val content: @Composable () -> Unit = in <lambda>() constant
814 val content: @Composable () -> Unit = in <lambda>() constant
1230 val content = in <lambda>() constant
1730 val content = @Composable { Box(modifier) } in <lambda>() constant
1781 val content = in <lambda>() constant
1836 val content = in <lambda>() constant
1883 val content = in <lambda>() constant
1906 val content = in <lambda>() constant
[all …]
/compose/integration-tests/macrobenchmark/src/main/java/androidx/compose/integration/macrobenchmark/
DTextListScrollBenchmark.kt95 val content = device.findObject(By.res("android", "content")) in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/
DRecycledLayersTest.kt82 val content = remember { in layersKeptInComposeRoot() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/
DMultiTextSelectionTestUtils.kt96 val content = texts.joinToString(separator = "\n") { it.first } in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DComposeViewTest.kt309 val content = it.findViewById<View>(android.R.id.content) in <lambda>() constant
358 val content = it.findViewById<View>(android.R.id.content) in <lambda>() constant
446 val content = it.findViewById<View>(android.R.id.content) in <lambda>() constant

12345