Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java310 Point restPoint = getExpandedViewRestPosition(getExpandedViewSize()); in animateToRestPosition() local
314 ObjectAnimator.ofFloat(bbev, X, restPoint.x), in animateToRestPosition()
315 ObjectAnimator.ofFloat(bbev, Y, restPoint.y), in animateToRestPosition()