Home
last modified time | relevance | path

Searched defs:WindowInsets (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java74 public final class WindowInsets { class
129 public WindowInsets(Rect systemWindowInsetsRect, Rect stableInsetsRect, boolean isRound, in WindowInsets() method in WindowInsets
149 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets() method in WindowInsets
186 public WindowInsets(WindowInsets src) { in WindowInsets() method in WindowInsets
244 public WindowInsets(Rect systemWindowInsets) { in WindowInsets() method in WindowInsets
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayWindow.java79 public void init(@NonNull BiConsumer<WindowInsets, Integer> onKeyboardChangeListener, in init()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationQSContainerControllerTest.kt508 private fun WindowInsets.withCutout(): WindowInsets { in windowInsets() method
513 private fun WindowInsets.withStableBottom(): WindowInsets { in withStableBottom() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DSideFpsController.kt431 private fun WindowInsets.hasBigNavigationBar(): Boolean = in SensorLocationInternal() method