Home
last modified time | relevance | path

Searched refs:displayInsets (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityUtil.java411 final Insets displayInsets = metrics.getWindowInsets().getInsetsIgnoringVisibility( in getDisplayBounds() local
413 displayBounds.inset(displayInsets); in getDisplayBounds()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuView.java586 final Insets displayInsets = getDisplayInsets(metrics); in updateDisplaySizeWith() local
587 mDisplayInsetsRect.set(displayInsets.toRect()); in updateDisplaySizeWith()
588 displayBounds.inset(displayInsets); in updateDisplaySizeWith()