Home
last modified time | relevance | path

Searched defs:sourceHintRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipTaskOrganizer.java445 final Rect sourceHintRect = getValidSourceHintRect(info, currentBounds); in onTaskAppeared() local
463 final Rect sourceHintRect = info.pictureInPictureParams != null in getValidSourceHintRect() local
701 Rect sourceHintRect, @PipAnimationController.TransitionDirection int direction, in scheduleAnimateResizePip()
929 private void animateResizePip(Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip()
DPipAnimationController.java115 Rect sourceHintRect) { in getAnimator()
363 Rect startValue, Rect endValue, Rect sourceHintRect) { in ofBounds()