Home
last modified time | relevance | path

Searched refs:between (Results 1 – 25 of 79) sorted by relevance

1234

/compose/ui/ui-test/src/androidCommonTest/
DREADME.md2 and are shared between the `androidAndroidTest` and `test` variants.
/compose/material3/material3-common/src/commonMain/kotlin/androidx/compose/material3/common/
Dcompose-material3-material3-common-documentation.md6 This library contains themeless components that can be shared between different Compose Material li…
/compose/runtime/runtime-test-utils/
Dbuild.gradle81 description = "Compose runtime test utils shared between runtime and compiler tests."
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/empirical/
DREADME.md44 Benchmarks should attempt to provide a realistic async loading "default" value as state between
/compose/material3/material3-common/
Dbuild.gradle119 "components that can be shared between different Material libraries or used by app" +
/compose/runtime/design/
Dmovable-content.md139 the item moves between columns. This implementation is incorrect as it doesn't preserve the same
140 instance of the movable content lambda between compositions. This can be corrected (if somewhat
284 With this option all the state of each invocation of the movable content is shared between all
Dhow-compose-works.md62 - The number of slots assigned to a given group is the difference between its slot index and the ne…
370 …le counter. Toggling from `false` to `true` must insert a new counter in between the first and las…
/compose/ui/ui-test/src/androidCommonTest/kotlin/androidx/compose/ui/test/util/
DVerifications.kt171 fun List<MotionEvent>.between(t0: Long, t1: Long): List<MotionEvent> { in List() method
/compose/docs/
Dcompose-api-guidelines.md47 …_ over time and across threads, reducing the usefulness of a distinction between singleton objects…
552 …effectively with observable state requires acknowledging the distinction between _state_ and _even…
593 …y. The VerticalScrollerState example above illustrates such a dependency between the scrollPositio…
643 …ce that can be freely implemented strongly discourages private contracts between composable functi…
663 // changes between null and non-null.
Dcompose-component-api-guidelines.md648 …de the “required” and “optional” subgroups as well. Similar to the split between required and opti…
693 Make conscious choices between the semantical meaning of the parameter or its absence. There’s a di…
782 …State<T>` are discouraged since it promotes joint ownership over a state between a component and i…
880 …** In the example above, the Button is opinionated about the arrangement between text and icon. If…
990 // this call preserves the lifecycle of `content` between row and column
/compose/ui/ui-util/api/
D1.6.0-beta01.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
Drestricted_1.6.0-beta01.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
Drestricted_1.7.0-beta01.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
D1.7.0-beta01.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
D1.7.0-beta02.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
Drestricted_1.7.0-beta02.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
Drestricted_1.8.0-beta01.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
D1.8.0-beta01.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
Dcurrent.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
Drestricted_current.txt7 …@SuppressCompatibility @kotlin.RequiresOptIn(message="Unstable API for use only between compose-ui…
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/accessibility/
Dandroid_a11y_implementation_notes.md188 `id`. So in the aftermath of an event you will see a large amount of IPC traffic between the a11y
231 (there can be a 100ms delay between updates). As far as screenreader-side behavior is concerned,
/compose/foundation/foundation/api/
D1.0.0-beta04.txt619 …@kotlin.RequiresOptIn(message="Internal/Unstable API for use only between foundation modules shari…
D1.0.0-beta10.txt638 …@kotlin.RequiresOptIn(message="Internal/Unstable API for use only between foundation modules shari…
D1.0.0-beta02.txt632 …@kotlin.RequiresOptIn(message="Internal/Unstable API for use only between foundation modules shari…
D1.0.0-beta08.txt628 …@kotlin.RequiresOptIn(message="Internal/Unstable API for use only between foundation modules shari…

1234