Home
last modified time | relevance | path

Searched refs:enableInterruptions (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutState.kt144 enableInterruptions: Boolean = DEFAULT_INTERRUPTIONS_ENABLED,
151 enableInterruptions,
180 enableInterruptions: Boolean = DEFAULT_INTERRUPTIONS_ENABLED,
189 enableInterruptions, in <lambda>()
199 enableInterruptions, in <lambda>()
320 if (!layoutImpl.state.enableInterruptions) { in interruptionProgress()
383 internal var enableInterruptions: Boolean, variable
490 if (!enableInterruptions) { in startTransition()
726 enableInterruptions: Boolean = DEFAULT_INTERRUPTIONS_ENABLED,
727 ) : BaseSceneTransitionLayoutState(initialScene, stateLinks, enableInterruptions) {
[all …]
DSceneTransitionLayout.kt102 enableInterruptions: Boolean = DEFAULT_INTERRUPTIONS_ENABLED, in SceneTransitionLayout()
110 enableInterruptions = enableInterruptions, in SceneTransitionLayout()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DSceneTransitionLayoutTest.kt80 private fun TestContent(enableInterruptions: Boolean = true) { in TestContent()
86 enableInterruptions = enableInterruptions, in TestContent()
224 rule.setContent { TestContent(enableInterruptions = false) } in testSharedElement()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DSceneContainer.kt76 enableInterruptions = false, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt86 enableInterruptions = false, in DefaultClockLayout()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt165 enableInterruptions = false, in CommunalContainer()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DBouncerContent.kt524 enableInterruptions = false, in FoldAware()