Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java587 int newTopInset = 0; in setThumbnailRotation() local
595 newTopInset = thumbnailInsets.left; in setThumbnailRotation()
600 newTopInset = thumbnailInsets.right; in setThumbnailRotation()
605 newTopInset = -thumbnailInsets.left; in setThumbnailRotation()
610 mClippedInsets.offsetTo(newLeftInset * scale, newTopInset * scale); in setThumbnailRotation()