Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogLaunchAnimator.kt557 private var isSourceDrawnInDialog = false variable
819 isSourceDrawnInDialog = true in moveSourceDrawingToDialog()
865 if (!isSourceDrawnInDialog || !isOriginalDialogViewLaidOut) { in maybeStartLaunchAnimation()