Home
last modified time | relevance | path

Searched defs:hasPendingChanges (Results 1 – 6 of 6) sorted by relevance

/compose/test-utils/src/commonMain/kotlin/androidx/compose/testutils/
DComposeExecutionControl.kt79 fun hasPendingChanges(): Boolean in measure() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshot.kt127 abstract fun hasPendingChanges(): Boolean in <lambda>() method
746 override fun hasPendingChanges(): Boolean = modified?.isNotEmpty() == true in hasPendingChanges() method
1358 override fun hasPendingChanges(): Boolean = false in prependStateRecord() method
1449 override fun hasPendingChanges(): Boolean = false in hasPendingChanges() method
1681 override fun hasPendingChanges(): Boolean = currentSnapshot.hasPendingChanges() in hasPendingChanges() method
1790 override fun hasPendingChanges(): Boolean = currentSnapshot.hasPendingChanges() in notifyObjectsInitialized() method
/compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/
DAndroidComposeTestCaseRunner.android.kt151 override fun hasPendingChanges(): Boolean { in hasPendingChanges() method in androidx.compose.testutils.AndroidComposeTestCaseRunner
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposition.kt171 val hasPendingChanges: Boolean in getCompositionService() constant
612 override val hasPendingChanges: Boolean constant
DComposer.kt1472 internal val hasPendingChanges: Boolean constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DSubcomposeLayout.kt635 val hasPendingChanges = nodeState.composition?.hasInvalidations ?: true in SubcomposeSlotReusePolicy() constant