/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
D | PipSnapAlgorithm.java | 37 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction() 57 public float getSnapFraction(Rect stackBounds, Rect movementBounds, in getSnapFraction() 88 public void applySnapFraction(Rect stackBounds, Rect movementBounds, float snapFraction) { in applySnapFraction() 111 public void applySnapFraction(Rect stackBounds, Rect movementBounds, float snapFraction, in applySnapFraction() 129 public void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut, in snapRectToClosestEdge()
|
D | PipBoundsAlgorithm.java | 274 public void transformBoundsToAspectRatio(Rect stackBounds, float aspectRatio, in transformBoundsToAspectRatio() 348 public Rect getMovementBounds(Rect stackBounds) { in getMovementBounds() 356 public Rect getMovementBounds(Rect stackBounds, boolean adjustForIme) { in getMovementBounds() 371 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() 386 public float getSnapFraction(Rect stackBounds) { in getSnapFraction() 394 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction() 401 public void applySnapFraction(Rect stackBounds, float snapFraction) { in applySnapFraction()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | NotificationStackAppearanceInteractorTest.kt | 43 fun stackBounds() = in stackBounds() method in com.android.systemui.statusbar.notification.stack.domain.interactor.NotificationStackAppearanceInteractorTest 45 val stackBounds by collectLastValue(underTest.shadeScrimBounds) in stackBounds() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationsPlaceholderViewModelTest.kt | 43 val stackBounds by in onBoundsChanged() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PhonePipMenuController.java | 268 public void showMenuWithPossibleDelay(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuWithPossibleDelay() 282 public void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() 288 private void showMenuInternal(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuInternal()
|
D | PipMenuView.java | 262 void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() 411 void setActions(Rect stackBounds, @Nullable List<RemoteAction> actions, in setActions() 423 private void updateActionViews(int menuState, Rect stackBounds) { in updateActionViews()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PhonePipMenuController.java | 266 public void showMenuWithPossibleDelay(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuWithPossibleDelay() 280 public void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() 286 private void showMenuInternal(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuInternal()
|
D | PipMenuView.java | 260 void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() 409 void setActions(Rect stackBounds, @Nullable List<RemoteAction> actions, in setActions() 421 private void updateActionViews(int menuState, Rect stackBounds) { in updateActionViews()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityRecordTests.java | 3016 final Rect stackBounds = new Rect(0, 0, 1000, 600); in testTransitionAnimationBounds() local 3053 final Rect stackBounds = new Rect(0, 0, 1000, 600); in testTransitionAnimationBounds_returnTaskFragment() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleStackView.java | 1765 final RectF stackBounds = mPositioner.getAllowableStackPositionRegion(getBubbleCount()); in performAccessibilityActionInternal() local
|