Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java70 private static final float EXPANDED_VIEW_IN_TARGET_SCALE = 0.2f; field in BubbleBarAnimationHelper
371 float targetHeight = bbev.getHeight() * EXPANDED_VIEW_IN_TARGET_SCALE; in animateIntoTarget()
381 final float cornerRadius = bbev.getDraggedCornerRadius() / EXPANDED_VIEW_IN_TARGET_SCALE; in animateIntoTarget()
389 ObjectAnimator.ofFloat(bbev, SCALE_X, EXPANDED_VIEW_IN_TARGET_SCALE), in animateIntoTarget()
390 ObjectAnimator.ofFloat(bbev, SCALE_Y, EXPANDED_VIEW_IN_TARGET_SCALE), in animateIntoTarget()