Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayWindow.java78 public void init(@NonNull BiConsumer<WindowInsets, Integer> onKeyboardChangeListener, in init()
/frameworks/base/core/java/android/view/
DWindowInsets.java82 public final class WindowInsets { class
143 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets() method in WindowInsets
198 public WindowInsets(WindowInsets src) { in WindowInsets() method in WindowInsets
264 public WindowInsets(Rect systemWindowInsets) { in WindowInsets() method in WindowInsets
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerLegacyTest.kt522 private fun WindowInsets.withCutout(): WindowInsets { in windowInsets() method
527 private fun WindowInsets.withStableBottom(): WindowInsets { in withStableBottom() method
DNotificationsQSContainerControllerTest.kt577 private fun WindowInsets.withCutout(): WindowInsets { in windowInsets() method
582 private fun WindowInsets.withStableBottom(): WindowInsets { in withStableBottom() method