Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java615 float newTopInset = 0; in setThumbnailRotation() local
623 newTopInset = thumbnailInsets.left; in setThumbnailRotation()
628 newTopInset = thumbnailInsets.right; in setThumbnailRotation()
633 newTopInset = -thumbnailInsets.left; in setThumbnailRotation()
638 mClippedInsets.offsetTo(newLeftInset * scale, newTopInset * scale); in setThumbnailRotation()