Searched refs:thumbnailBounds (Results 1 – 2 of 2) sorted by relevance
354 Rect thumbnailBounds = new Rect(); in getWindowAnimationToHomeInternal() local355 targetTaskView.getThumbnailBounds(thumbnailBounds, /* relativeToDragLayer= */ true); in getWindowAnimationToHomeInternal()357 invariantStartRect = new RectF(thumbnailBounds); in getWindowAnimationToHomeInternal()358 invariantStartRect.offsetTo(startRect.left, thumbnailBounds.top); in getWindowAnimationToHomeInternal()359 startRect = new RectF(thumbnailBounds); in getWindowAnimationToHomeInternal()518 Rect thumbnailBounds = new Rect(); in onAnimationStart() local520 mTargetTaskView.getThumbnailBounds(thumbnailBounds); in onAnimationStart()524 -thumbnailBounds.top, in onAnimationStart()
829 val thumbnailBounds = Rect() in <lambda>() constant833 thumbnailBounds in <lambda>()836 thumbnailBounds.set(it.snapshotView) in <lambda>()838 bounds.union(thumbnailBounds) in <lambda>()