Searched refs:rootLocation (Results 1 – 1 of 1) sorted by relevance
246 val rootLocation = rootLocationOnScreen() in transitionController() constant248 top = rootLocation.y.roundToInt(), in transitionController()249 bottom = (rootLocation.y + boundsInRoot.height).roundToInt(), in transitionController()250 left = rootLocation.x.roundToInt(), in transitionController()251 right = (rootLocation.x + boundsInRoot.width).roundToInt(), in transitionController()