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

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowConfigurationTests.java 184 final Rect insetBounds = new Rect(mParentBounds);
185 insetBounds.inset(5, 5, 5, 5);
187 WINDOWING_MODE_FULLSCREEN, mParentBounds, insetBounds, insetBounds);
209 stackController.adjustConfigurationForBounds(bounds, null /*insetBounds*/,
  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java 292 final Rect insetBounds = new Rect();
293 getInsetBounds(insetBounds);
303 Gravity.apply(mDefaultStackGravity, size.getWidth(), size.getHeight(), insetBounds,
489 final Rect insetBounds = new Rect();
490 getInsetBounds(insetBounds);
503 mPinnedStackListener.onMovementBoundsChanged(insetBounds, normalBounds,
TaskStack.java 221 Rect insetBounds = null;
223 insetBounds = getRawBounds();
226 insetBounds = getRawBounds();
228 insetBounds = mFullyAdjustedImeBounds;
231 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : getRawBounds(), insetBounds);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityStackSupervisor.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 74 milliseconds