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

/frameworks/base/core/java/android/view/
H A DWindowInsets.java25 * <p>WindowInsets are immutable and may be expanded to include more inset types in the future.
26 * To adjust insets, use one of the supplied clone methods to obtain a new WindowInsets instance
30 * @see View#onApplyWindowInsets(WindowInsets)
32 public final class WindowInsets { class
52 public static final WindowInsets CONSUMED;
55 CONSUMED = new WindowInsets(null, null, null, false);
59 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, method in class:WindowInsets
74 * Construct a new WindowInsets, copying all values from a source WindowInsets.
78 public WindowInsets(WindowInset method in class:WindowInsets
89 public WindowInsets(Rect systemWindowInsets) { method in class:WindowInsets
[all...]

Completed in 1011 milliseconds