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.java325 int newTopInset = rotationDir == 1 ? thumbnailInsets.left : thumbnailInsets.right; in updateThumbnailMatrix() local
326 mClippedInsets.offsetTo(newLeftInset * scale, newTopInset * scale); in updateThumbnailMatrix()