Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java558 final Rect zeroInsets = new Rect(0, 0, 0, 0); in ofBounds() local
656 return zeroInsets; in ofBounds()
658 final Rect startRect = isOutPipDirection ? sourceHintRectInsets : zeroInsets; in ofBounds()
659 final Rect endRect = isOutPipDirection ? zeroInsets : sourceHintRectInsets; in ofBounds()