HomeSort by relevance Sort by last modified time
    Searched defs:WindowInsets (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
WindowInsets.java 25 * <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 {
52 public static final WindowInsets CONSUMED;
55 CONSUMED = new WindowInsets(null, null, null, false);
59 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets,
74 * Construct a new WindowInsets, copying all values from a source WindowInsets.
78 public WindowInsets(WindowInsets src)
    [all...]
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 125 milliseconds