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