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

/frameworks/base/core/java/android/view/
H A DWindowInsets.java30 * <p>WindowInsets are immutable and may be expanded to include more inset types in the future.
31 * To adjust insets, use one of the supplied clone methods to obtain a new WindowInsets instance
34 * <p>Note: Before {@link android.os.Build.VERSION_CODES#P P}, WindowInsets instances were only
37 * otherwise). Starting with {@link android.os.Build.VERSION_CODES#P P}, WindowInsets are
41 * @see View#onApplyWindowInsets(WindowInsets)
43 public final class WindowInsets { class
72 public static final WindowInsets CONSUMED;
75 CONSUMED = new WindowInsets(null, null, null, false, false, null);
79 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, method in class:WindowInsets
100 * Construct a new WindowInsets, copyin
104 public WindowInsets(WindowInsets src) { method in class:WindowInsets
118 public WindowInsets(Rect systemWindowInsets) { method in class:WindowInsets
[all...]

Completed in 9 milliseconds