Searched refs:cutout (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/util/window/ |
D | CachedDisplayInfo.java | 42 public final DisplayCutout cutout; field in CachedDisplayInfo 52 public CachedDisplayInfo(Point size, int rotation, @Nullable DisplayCutout cutout) { in CachedDisplayInfo() argument 55 this.cutout = cutout == null ? NO_CUTOUT : cutout; in CachedDisplayInfo() 69 cutout, size.x, size.y, rotation, Surface.ROTATION_0); in normalize() 77 + ", cutout=" + cutout in toString() 89 && cutout.getSafeInsetLeft() == that.cutout.getSafeInsetLeft() in equals() 90 && cutout.getSafeInsetTop() == that.cutout.getSafeInsetTop() in equals() 91 && cutout.getSafeInsetRight() == that.cutout.getSafeInsetRight() in equals() 92 && cutout.getSafeInsetBottom() == that.cutout.getSafeInsetBottom(); in equals() 98 cutout.getSafeInsetLeft(), cutout.getSafeInsetTop(), in hashCode() [all …]
|
D | WindowManagerProxy.java | 348 displayInfo.cutout, displayInfo.size.x, displayInfo.size.y, rotation, i); in estimateWindowBounds() 491 public static Rect getSafeInsets(DisplayCutout cutout) { in getSafeInsets() argument 492 return new Rect(cutout.getSafeInsetLeft(), cutout.getSafeInsetTop(), in getSafeInsets() 493 cutout.getSafeInsetRight(), cutout.getSafeInsetBottom()); in getSafeInsets()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ |
D | SystemUIOverlayWindowController.java | 228 DisplayCutout cutout = in handleDisplayCutout() local 230 if (cutout != null) { in handleDisplayCutout() 231 int leftMargin = cutout.getBoundingRectLeft().width(); in handleDisplayCutout() 232 int rightMargin = cutout.getBoundingRectRight().width(); in handleDisplayCutout()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/ |
D | TaskbarNavLayoutter.kt | 55 val cutout = context.display.cutout in layoutButtons() constant 56 val bottomRect = cutout?.boundingRectBottom in layoutButtons()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarInsetsController.kt | 320 val cutout = display.cutout ?: return getInsetsForGravity(inset, gravity) in <lambda>() constant 324 val rotatedCutout = cutout.getRotated(info.logicalWidth, info.logicalHeight, rotation, rot) in <lambda>()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | DisplayController.java | 369 public final Rect cutout; field in DisplayController.Info 401 cutout = WindowManagerProxy.getSafeInsets(displayInfo.cutout); in Info()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/ |
D | precomputed_test_app_list.csv | 1196 photoeditor.cutout.backgrounderaser 10182
|
/packages/modules/AdServices/adservices/apk/assets/classifier/ |
D | precomputed_app_list.csv | 1196 photoeditor.cutout.backgrounderaser 10182
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|