Searched refs:ghostedView (Results 1 – 2 of 2) sorted by relevance
53 private val ghostedView: View,59 override var launchContainer = ghostedView.rootView as ViewGroup140 ghostedView.getLocationOnScreen(ghostedViewLocation)149 if (ghostedView.parent !is ViewGroup) {168 ghostView = GhostView.addGhost(ghostedView, launchContainer)193 ghostedView.setTransitionVisibility(View.INVISIBLE)216 if (ghostedView.parent is ViewGroup) {262 GhostView.removeGhost(ghostedView)267 ghostedView.visibility = View.INVISIBLE268 ghostedView.visibility = View.VISIBLE[all …]
33 val ghostedView = LinearLayout(mContext) regex34 val controller = GhostedViewLaunchAnimatorController(ghostedView)