Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationRoundnessManager.java56 float topRoundness = getRoundness(view, true /* top */); in updateRounding()
57 float bottomRoundness = getRoundness(view, false /* top */); in updateRounding()
65 private float getRoundness(ActivatableNotificationView view, boolean top) { in getRoundness() method in NotificationRoundnessManager