Searched refs:sCachedDisplayWidth (Results 1 – 4 of 4) sorted by relevance
285 private static int sCachedDisplayWidth; field in DisplayShape.Cache302 && sCachedDisplayWidth == displayWidth in getDisplayShape()314 sCachedDisplayWidth = displayWidth; in getDisplayShape()
63 private static int sCachedDisplayWidth; field in RoundedCorners126 if (radii.equals(sCachedRadii) && sCachedDisplayWidth == displayWidth in fromRadii()150 sCachedDisplayWidth = displayWidth; in fromRadii()
102 private static int sCachedDisplayWidth; field in DisplayCutout1106 if (spec.equals(sCachedSpec) && sCachedDisplayWidth == displayWidth in pathAndDisplayCutoutFromSpec()1145 sCachedDisplayWidth = displayWidth; in pathAndDisplayCutoutFromSpec()
59787 Landroid/view/DisplayCutout;->sCachedDisplayWidth:I