HomeSort by relevance Sort by last modified time
    Searched defs:WindowInsets (Results 1 - 6 of 6) 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 {
59 public static final WindowInsets CONSUMED;
62 CONSUMED = new WindowInsets(null, null, null, false, false);
66 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets,
82 * Construct a new WindowInsets, copying all values from a source WindowInsets.
86 public WindowInsets(WindowInsets src)
    [all...]
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 179 milliseconds