Searched refs:EXPANDED_VIEW_DRAG_SCALE (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarAnimationHelper.java | 71 private static final float EXPANDED_VIEW_DRAG_SCALE = 0.4f; field in BubbleBarAnimationHelper 257 final float cornerRadius = bbev.getDraggedCornerRadius() / EXPANDED_VIEW_DRAG_SCALE; in animateStartDrag() 261 ObjectAnimator.ofFloat(bbev, SCALE_X, EXPANDED_VIEW_DRAG_SCALE), in animateStartDrag() 262 ObjectAnimator.ofFloat(bbev, SCALE_Y, EXPANDED_VIEW_DRAG_SCALE), in animateStartDrag() 422 final float cornerRadius = bbev.getDraggedCornerRadius() / EXPANDED_VIEW_DRAG_SCALE; in animateUnstuckFromDismissView() 425 ObjectAnimator.ofFloat(bbev, SCALE_X, EXPANDED_VIEW_DRAG_SCALE), in animateUnstuckFromDismissView() 426 ObjectAnimator.ofFloat(bbev, SCALE_Y, EXPANDED_VIEW_DRAG_SCALE), in animateUnstuckFromDismissView()
|