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

  /frameworks/base/core/java/android/view/
IWindow.aidl 49 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw,
ViewRootImpl.java 1265 Rect outsets = mAttachInfo.mOutsets; local
    [all...]
SurfaceView.java 659 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 38 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) {
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 193 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Configuration
201 outStableInsets, outsets, outConfig, outSurface);
WindowState.java 183 * Outsets determine the area outside of the surface where we want to pretend that it's possible
643 // Calculate the outsets before the content frame gets shrinked to the window frame.
1509 final Rect outsets = mLastOutsets; local
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 272 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
275 reportDraw ? 1 : 0, outsets);
    [all...]

Completed in 2446 milliseconds