Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DDisplayShape.java91 final boolean isScreenRound = RoundedCorners.getBuiltInDisplayIsRound(res, displayUniqueId); in fromResources()
H A DRoundedCorners.java327 public static boolean getBuiltInDisplayIsRound(Resources res, String displayUniqueId) { in getBuiltInDisplayIsRound() method in RoundedCorners