Home
last modified time | relevance | path

Searched defs:cornerCutoutMargins (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java327 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
DKeyguardStatusBarView.java228 Pair<Integer, Integer> cornerCutoutMargins = in updateLayoutConsideringCutout() local
238 private void updateCornerCutoutPadding(Pair<Integer, Integer> cornerCutoutMargins) { in updateCornerCutoutPadding() argument