Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java71 private static final float NEW_BUBBLE_START_SCALE = 0.5f; field in StackAnimationController
995 v.setScaleX(NEW_BUBBLE_START_SCALE); in animateInBubble()
996 v.setScaleY(NEW_BUBBLE_START_SCALE); in animateInBubble()