Searched refs:interactView (Results 1 – 1 of 1) sorted by relevance
63 DragToInteractAnimationController(DragToInteractView interactView, MenuView menuView) { in DragToInteractAnimationController() argument65 mInteractView = interactView; in DragToInteractAnimationController()66 mInteractView.setPivotX(interactView.getWidth() / 2.0f); in DragToInteractAnimationController()67 mInteractView.setPivotY(interactView.getHeight() / 2.0f); in DragToInteractAnimationController()73 interactView.getInteractMap().forEach((viewId, pair) -> { in DragToInteractAnimationController()