Searched refs:sourceHintRectInsets (Results 1 – 1 of 1) sorted by relevance
616 final Rect sourceHintRectInsets; in ofBounds() local618 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()