FileDocCategorySizeDatePackage
WindowInsets.javaAPI DocAndroid 5.1 API1696Sat Mar 14 14:09:42 GMT 2015android.view

WindowInsets

public final class WindowInsets extends Object

Fields Summary
Constructors Summary
public WindowInsets(WindowInsets src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.view.WindowInsetsconsumeStableInsets()

 throw new RuntimeException("Stub!"); 
public android.view.WindowInsetsconsumeSystemWindowInsets()

 throw new RuntimeException("Stub!"); 
public intgetStableInsetBottom()

 throw new RuntimeException("Stub!"); 
public intgetStableInsetLeft()

 throw new RuntimeException("Stub!"); 
public intgetStableInsetRight()

 throw new RuntimeException("Stub!"); 
public intgetStableInsetTop()

 throw new RuntimeException("Stub!"); 
public intgetSystemWindowInsetBottom()

 throw new RuntimeException("Stub!"); 
public intgetSystemWindowInsetLeft()

 throw new RuntimeException("Stub!"); 
public intgetSystemWindowInsetRight()

 throw new RuntimeException("Stub!"); 
public intgetSystemWindowInsetTop()

 throw new RuntimeException("Stub!"); 
public booleanhasInsets()

 throw new RuntimeException("Stub!"); 
public booleanhasStableInsets()

 throw new RuntimeException("Stub!"); 
public booleanhasSystemWindowInsets()

 throw new RuntimeException("Stub!"); 
public booleanisConsumed()

 throw new RuntimeException("Stub!"); 
public booleanisRound()

 throw new RuntimeException("Stub!"); 
public android.view.WindowInsetsreplaceSystemWindowInsets(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public android.view.WindowInsetsreplaceSystemWindowInsets(android.graphics.Rect systemWindowInsets)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");