Searched defs:hasPendingChanges (Results 1 – 6 of 6) sorted by relevance
79 fun hasPendingChanges(): Boolean in measure() method
127 abstract fun hasPendingChanges(): Boolean in <lambda>() method746 override fun hasPendingChanges(): Boolean = modified?.isNotEmpty() == true in hasPendingChanges() method1358 override fun hasPendingChanges(): Boolean = false in prependStateRecord() method1449 override fun hasPendingChanges(): Boolean = false in hasPendingChanges() method1681 override fun hasPendingChanges(): Boolean = currentSnapshot.hasPendingChanges() in hasPendingChanges() method1790 override fun hasPendingChanges(): Boolean = currentSnapshot.hasPendingChanges() in notifyObjectsInitialized() method
151 override fun hasPendingChanges(): Boolean { in hasPendingChanges() method in androidx.compose.testutils.AndroidComposeTestCaseRunner
171 val hasPendingChanges: Boolean in getCompositionService() constant612 override val hasPendingChanges: Boolean constant
1472 internal val hasPendingChanges: Boolean constant
635 val hasPendingChanges = nodeState.composition?.hasInvalidations ?: true in SubcomposeSlotReusePolicy() constant