Searched refs:getRoundedCornerTopRadius (Results 1 – 3 of 3) sorted by relevance
49 float topRadius = RoundedCorners.getRoundedCornerTopRadius(resources, displayUniqueId) in getWindowCornerRadius()
101 (RoundedCorners.getRoundedCornerTopRadius(res, displayUniqueId) > 0) in <lambda>()
171 final int radiusTop = getRoundedCornerTopRadius(res, displayUniqueId); in loadRoundedCornerRadii()213 public static int getRoundedCornerTopRadius(Resources res, String displayUniqueId) { in getRoundedCornerTopRadius() method in RoundedCorners