HomeSort by relevance Sort by last modified time
    Searched refs:stableInsets (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/view/
WindowCallbacks.java 45 * @param stableInsets The stable insets for the window.
48 Rect stableInsets);
56 * @param stableInsets The stable insets for the window.
59 Rect stableInsets, int resizeMode);
IWindow.aidl 51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw,
WindowInsets.java 66 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets,
74 mStableInsetsConsumed = stableInsets == null;
75 mStableInsets = mStableInsetsConsumed ? EMPTY_RECT : stableInsets;
498 + " stableInsets=" + mStableInsets +
ViewRootImpl.java     [all...]
SurfaceView.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 81 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) {
99 mStableInsets.set(stableInsets);
101 mOldStableInsets.set(stableInsets);
157 * @param stableInsets The stable insets for the window.
160 Rect stableInsets) {
165 mStableInsets.set(stableInsets);
307 * @param stableInsets The stable insets for the window.
310 Rect stableInsets) {
357 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets);
366 boolean fullscreen, Rect systemInsets, Rect stableInsets) {
    [all...]
DecorView.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/
WindowState.java     [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,
    [all...]

Completed in 332 milliseconds