Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorControllerTest.kt27 import com.android.systemui.animation.view.LaunchableFrameLayout
48 val controller = GhostedViewTransitionAnimatorController(LaunchableFrameLayout(mContext)) in animatingOrphanViewDoesNotCrash()
66 val launchView = LaunchableFrameLayout(mContext) in cujsAreLoggedCorrectly()
81 val returnView = LaunchableFrameLayout(mContext) in cujsAreLoggedCorrectly()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
DDialog.kt31 import com.android.systemui.animation.view.LaunchableFrameLayout in <lambda>()
67 fun Dialog.maybeForceFullscreen(): Pair<LaunchableFrameLayout, View.OnLayoutChangeListener>? { in maybeForceFullscreen()
100 val dialogContentWithBackground = LaunchableFrameLayout(context) in maybeForceFullscreen()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/view/
DLaunchableFrameLayout.kt26 open class LaunchableFrameLayout : FrameLayout, LaunchableView { class