Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt177 ?.spring(DynamicAnimation.SCALE_X, if (show) 1f else EDU_SCALE_HIDDEN) in animateTransition()
178 ?.spring(DynamicAnimation.SCALE_Y, if (show) 1f else EDU_SCALE_HIDDEN) in animateTransition()
204 view.scaleX = EDU_SCALE_HIDDEN in createEducationView()
205 view.scaleY = EDU_SCALE_HIDDEN in createEducationView()
244 private const val EDU_SCALE_HIDDEN = 0.5f constant