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.java299 Pair<Integer, Integer> cornerCutoutMargins = cornerCutoutMargins(mDisplayCutout, in updateLayoutForCutout() local
305 private void updateCutoutLocation(Pair<Integer, Integer> cornerCutoutMargins) { in updateCutoutLocation() argument
329 private void updateSafeInsets(Pair<Integer, Integer> cornerCutoutMargins) { in updateSafeInsets() argument
361 public static Pair<Integer, Integer> cornerCutoutMargins(DisplayCutout cutout, in cornerCutoutMargins() method in PhoneStatusBarView
DKeyguardStatusBarView.java219 Pair<Integer, Integer> cornerCutoutMargins = in updateLayoutConsideringCutout() local
229 private void updateCornerCutoutPadding(Pair<Integer, Integer> cornerCutoutMargins) { in updateCornerCutoutPadding() argument