Searched defs:cornerCutoutMargins (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarView.java | 327 Pair<Integer, Integer> cornerCutoutMargins = cornerCutoutMargins(mDisplayCutout, in updateLayoutForCutout() local 333 private void updateCutoutLocation(Pair<Integer, Integer> cornerCutoutMargins) { in updateCutoutLocation() argument 359 private void updateSafeInsets(Pair<Integer, Integer> cornerCutoutMargins) { in updateSafeInsets() argument 389 public static Pair<Integer, Integer> cornerCutoutMargins(DisplayCutout cutout, in cornerCutoutMargins() method in PhoneStatusBarView 394 private static Pair<Integer, Integer> cornerCutoutMargins(DisplayCutout cutout, in cornerCutoutMargins() method in PhoneStatusBarView
|
D | KeyguardStatusBarView.java | 228 Pair<Integer, Integer> cornerCutoutMargins = in updateLayoutConsideringCutout() local 238 private void updateCornerCutoutPadding(Pair<Integer, Integer> cornerCutoutMargins) { in updateCornerCutoutPadding() argument
|