Home
last modified time | relevance | path

Searched defs:stackBounds (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipSnapAlgorithm.java63 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction()
93 public void applySnapFraction(Rect stackBounds, Rect movementBounds, float snapFraction) { in applySnapFraction()
116 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds()
187 public void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut) { in snapRectToClosestEdge()
DPipBoundsHandler.java388 public void transformBoundsToAspectRatio(Rect stackBounds) { in transformBoundsToAspectRatio()
397 private void transformBoundsToAspectRatio(Rect stackBounds, float aspectRatio, in transformBoundsToAspectRatio()
426 private void transformBoundsToMinimalSize(Rect stackBounds, float aspectRatio, in transformBoundsToMinimalSize()
484 private Rect getMovementBounds(Rect stackBounds) { in getMovementBounds()
492 private Rect getMovementBounds(Rect stackBounds, boolean adjustForIme) { in getMovementBounds()
506 public float getSnapFraction(Rect stackBounds) { in getSnapFraction()
513 public void applySnapFraction(Rect stackBounds, float snapFraction) { in applySnapFraction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivity.java373 private void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu()
512 Rect stackBounds = intent.getParcelableExtra(EXTRA_STACK_BOUNDS); in updateFromIntent() local
522 private void setActions(Rect stackBounds, List<RemoteAction> actions) { in setActions()
528 private void updateActionViews(Rect stackBounds) { in updateActionViews()
DPipMenuActivityController.java263 public void showMenuWithDelay(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuWithDelay()
275 public void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu()
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java89 Point position, Rect localBounds, Rect stackBounds, Rect startBounds) { in createRemoteAnimationRecord()
DWindowAnimationSpec.java61 public WindowAnimationSpec(Animation animation, Point position, Rect stackBounds, in WindowAnimationSpec()
DTaskPositioner.java474 private void updateWindowDragBounds(int x, int y, Rect stackBounds) { in updateWindowDragBounds()
DTask.java2119 private static void fitWithinBounds(Rect bounds, Rect stackBounds, int overlapPxX, in fitWithinBounds()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskStackTests.java210 final Rect stackBounds = new Rect(200, 200, 800, 1000); in testStackOutset() local
DAppWindowTokenTests.java523 final Rect stackBounds = new Rect(0, 0, 1000, 600); in testTransitionAnimationBounds() local
/frameworks/base/core/java/android/app/
DActivityTaskManager.java367 public void resizeDockedStack(Rect stackBounds, Rect taskBounds) { in resizeDockedStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1370 final RectF stackBounds = mStackAnimationController.getAllowableStackPositionRegion(); in performAccessibilityActionInternal() local