Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java257 final float cornerRadius = bbev.getDraggedCornerRadius() / EXPANDED_VIEW_DRAG_SCALE; in animateStartDrag()
381 final float cornerRadius = bbev.getDraggedCornerRadius() / EXPANDED_VIEW_IN_TARGET_SCALE; in animateIntoTarget()
422 final float cornerRadius = bbev.getDraggedCornerRadius() / EXPANDED_VIEW_DRAG_SCALE; in animateUnstuckFromDismissView()
DBubbleBarExpandedView.java439 public float getDraggedCornerRadius() { in getDraggedCornerRadius() method in BubbleBarExpandedView