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/notification/stack/
DNotificationRoundnessManager.java95 float topRoundness = getRoundness(view, true /* top */); in updateViewWithoutCallback()
96 float bottomRoundness = getRoundness(view, false /* top */); in updateViewWithoutCallback()
133 private float getRoundness(ActivatableNotificationView view, boolean top) { in getRoundness() method in NotificationRoundnessManager