Home
last modified time | relevance | path

Searched refs:interactView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationController.java63 DragToInteractAnimationController(DragToInteractView interactView, MenuView menuView) { in DragToInteractAnimationController() argument
65 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()