Home
last modified time | relevance | path

Searched refs:sCachedDisplayWidth (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DDisplayShape.java285 private static int sCachedDisplayWidth; field in DisplayShape.Cache
302 && sCachedDisplayWidth == displayWidth in getDisplayShape()
314 sCachedDisplayWidth = displayWidth; in getDisplayShape()
H A DRoundedCorners.java63 private static int sCachedDisplayWidth; field in RoundedCorners
126 if (radii.equals(sCachedRadii) && sCachedDisplayWidth == displayWidth in fromRadii()
150 sCachedDisplayWidth = displayWidth; in fromRadii()
H A DDisplayCutout.java102 private static int sCachedDisplayWidth; field in DisplayCutout
1106 if (spec.equals(sCachedSpec) && sCachedDisplayWidth == displayWidth in pathAndDisplayCutoutFromSpec()
1145 sCachedDisplayWidth = displayWidth; in pathAndDisplayCutoutFromSpec()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59787 Landroid/view/DisplayCutout;->sCachedDisplayWidth:I