Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java830 public static float getBubbleBounciness(Context context, float defaultBounciness) { in getBubbleBounciness() argument
834 (int) (defaultBounciness * 100)) / 100f; in getBubbleBounciness()