/frameworks/base/core/java/android/view/ |
IWindow.aidl | 51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw,
|
ViewRootImpl.java | 1415 Rect outsets = mAttachInfo.mOutsets; local [all...] |
SurfaceView.java | [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
Session.java | 211 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Rect outBackdropFrame, 218 outStableInsets, outsets, outBackdropFrame, outConfig, outSurface);
|
WindowState.java | 243 * Outsets determine the area outside of the surface where we want to pretend that it's possible 2340 final Rect outsets = mLastOutsets; local [all...] |
/external/robolectric/v3/ |
robolectric-3.1-SNAPSHOT.jar | |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 274 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, 278 reportDraw ? 1 : 0, outsets); [all...] |