Home
last modified time | relevance | path

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

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