Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java382 final float heightWithInsets; in updateThumbnailMatrix() local
385 heightWithInsets = mThumbnailData.thumbnail.getWidth() * thumbnailScale; in updateThumbnailMatrix()
388 heightWithInsets = mThumbnailData.thumbnail.getHeight() * thumbnailScale; in updateThumbnailMatrix()
393 mClippedInsets.bottom = heightWithInsets - mClippedInsets.top - getMeasuredHeight(); in updateThumbnailMatrix()