Home
last modified time | relevance | path

Searched defs:fragment (Results 1 – 4 of 4) sorted by relevance

/compose/ui/ui-viewbinding/samples/src/androidTest/java/androidx/compose/ui/samples/
DFragmentRemoveTest.kt63 var fragment = in testRemoval() variable
89 var fragment = in testRemovalRemovesState() variable
137 var fragment = in testRemovalRemovesStateOnBackwardWrite() variable
168 val fragment = supportFragmentManager.findFragmentById(R.id.fragment_container)!! in testRemovalRemovesStateOnCompositionDisposalAndRecreation() constant
183 val fragment = supportFragmentManager.findFragmentById(R.id.fragment_container) in testRemovalRemovesStateOnCompositionDisposalAndRecreation() constant
DFragmentRecreateTest.kt51 val fragment = withActivity { in testRecreateFragment() constant
78 val fragment = in testRecreateChildFragment() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/owners/
DLifecycleOwnerInFragmentTest.kt57 val fragment = TestFragment() in lifecycleOwnerIsAvailable() constant
72 val fragment = TestFragmentFrameLayout() in lifecycleOwnerReplaced() constant
DSavedStateRegistryOwnerInFragmentTest.kt55 val fragment = TestFragment() in ownerIsAvailable() constant