Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java361 int newLeftInset = rotationDir == 1 ? thumbnailInsets.bottom : thumbnailInsets.top; in updateThumbnailMatrix() local
363 mClippedInsets.offsetTo(newLeftInset * scale, newTopInset * scale); in updateThumbnailMatrix()