Searched refs:getRoundness (Results 1 – 1 of 1) sorted by relevance
56 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