Home
last modified time | relevance | path

Searched refs:sourceHintRectInsets (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java616 final Rect sourceHintRectInsets; in ofBounds() local
618 sourceHintRectInsets = null; in ofBounds()
620 sourceHintRectInsets = new Rect(sourceHintRect.left - initialContainerRect.left, in ofBounds()
732 if (sourceHintRectInsets == null) { in ofBounds()
735 final Rect startRect = isOutPipDirection ? sourceHintRectInsets : zeroInsets; in ofBounds()
736 final Rect endRect = isOutPipDirection ? zeroInsets : sourceHintRectInsets; in ofBounds()