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/
DDialogTransitionAnimator.kt566 private var isSourceDrawnInDialog = false variable
743 isSourceDrawnInDialog = true in moveSourceDrawingToDialog()
789 if (!isSourceDrawnInDialog || !isOriginalDialogViewLaidOut) { in maybeStartLaunchAnimation()