HomeSort by relevance Sort by last modified time
    Searched refs:stableInsets (Results 1 - 18 of 18) 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...]
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 82 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) {
100 mStableInsets.set(stableInsets);
102 mOldStableInsets.set(stableInsets);
158 * @param stableInsets The stable insets for the window.
161 Rect stableInsets) {
166 mStableInsets.set(stableInsets);
308 * @param stableInsets The stable insets for the window.
311 Rect stableInsets) {
358 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets);
367 boolean fullscreen, Rect systemInsets, Rect stableInsets) {
    [all...]
PipSnapAlgorithm.java 251 Rect stableInsets) {
253 stackBounds.offsetTo(stableInsets.left + mMinimizedVisibleSize - stackBounds.width(),
256 stackBounds.offsetTo(displaySize.x - stableInsets.right - mMinimizedVisibleSize,
DecorView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipDismissViewController.java 61 final Rect stableInsets = new Rect();
62 SystemServicesProxy.getInstance(mContext).getStableInsets(stableInsets);
84 tlp.bottomMargin = stableInsets.bottom + bottomMargin;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestIWindow.java 39 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig,
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotSurface.java 267 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) {
270 mStableInsets.set(stableInsets);
273 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets);
438 Rect stableInsets, Rect outsets, boolean reportDraw,
486 void setInsets(Rect contentInsets, Rect stableInsets) {
488 mStableInsets.set(stableInsets);
StackWindowController.java 340 Rect stableInsets, Rect displayBounds, boolean overrideWidth, boolean overrideHeight) {
342 mService.intersectDisplayInsetBounds(displayBounds, stableInsets, mTmpRect);
AppTransition.java     [all...]
WindowState.java     [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 42 Rect stableInsets, Rect outsets, boolean reportDraw,
  /prebuilts/misc/common/robolectric/lib/
robolectric-3.1.1.jar 
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 303 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
    [all...]

Completed in 801 milliseconds