Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java637 final Rect zeroInsets = new Rect(0, 0, 0, 0); in ofBounds() local
744 final Rect startRect = isOutPipDirection ? sourceHintRectInsets : zeroInsets; in ofBounds()
745 final Rect endRect = isOutPipDirection ? zeroInsets : sourceHintRectInsets; in ofBounds()