Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java614 float newLeftInset = 0; in setThumbnailRotation() local
622 newLeftInset = thumbnailInsets.bottom; in setThumbnailRotation()
627 newLeftInset = thumbnailInsets.top; in setThumbnailRotation()
632 newLeftInset = -thumbnailInsets.top; in setThumbnailRotation()
638 mClippedInsets.offsetTo(newLeftInset * scale, newTopInset * scale); in setThumbnailRotation()