Searched refs:launchContainer (Results 1 – 6 of 6) sorted by relevance
87 var launchContainer: ViewGroup240 val launchContainer = controller.launchContainer regex241 val isExpandingFullyAbove = isExpandingFullyAbove(launchContainer, endState)257 val launchContainerOverlay = launchContainer.overlay322 launchContainer,338 internal fun isExpandingFullyAbove(launchContainer: View, endState: State): Boolean {339 launchContainer.getLocationOnScreen(launchContainerLocation)341 endState.bottom >= launchContainerLocation[1] + launchContainer.height &&343 endState.right >= launchContainerLocation[0] + launchContainer.width350 launchContainer: View,[all …]
188 this.launchContainer.context.mainExecutor.execute {289 private val launchContainer = controller.launchContainer regex290 private val context = launchContainer.context291 private val transactionApplier = SyncRtSurfaceTransactionApplier(launchContainer)310 launchContainer.postDelayed(onTimeout, LAUNCH_TIMEOUT)314 launchContainer.removeCallbacks(onTimeout)382 launchAnimator.isExpandingFullyAbove(controller.launchContainer, endState)
59 override var launchContainer = ghostedView.rootView as ViewGroup61 get() = launchContainer.overlay156 backgroundView = FrameLayout(launchContainer.context)168 ghostView = GhostView.addGhost(ghostedView, launchContainer)219 GhostView.calculateMatrix(ghostedView, launchContainer, ghostViewMatrix)222 launchContainer.getLocationOnScreen(launchContainerLocation)
620 startViewController.launchContainer = decorView621 endViewController.launchContainer = decorView625 override var launchContainer: ViewGroup626 get() = startViewController.launchContainer628 startViewController.launchContainer = value629 endViewController.launchContainer = value
48 private val launchContainer = LinearLayout(mContext) regex51 @Spy private val controller = TestLaunchAnimatorController(launchContainer)212 override var launchContainer: ViewGroup
52 override var launchContainer: ViewGroup