Searched refs:LaunchableFrameLayout (Results 1 – 3 of 3) sorted by relevance
27 import com.android.systemui.animation.view.LaunchableFrameLayout48 val controller = GhostedViewTransitionAnimatorController(LaunchableFrameLayout(mContext)) in animatingOrphanViewDoesNotCrash()66 val launchView = LaunchableFrameLayout(mContext) in cujsAreLoggedCorrectly()81 val returnView = LaunchableFrameLayout(mContext) in cujsAreLoggedCorrectly()
31 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()
26 open class LaunchableFrameLayout : FrameLayout, LaunchableView { class