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.java345 final float heightWithInsets; in updateThumbnailMatrix() local
348 heightWithInsets = mThumbnailData.thumbnail.getWidth() * thumbnailScale; in updateThumbnailMatrix()
351 heightWithInsets = mThumbnailData.thumbnail.getHeight() * thumbnailScale; in updateThumbnailMatrix()
356 mClippedInsets.bottom = heightWithInsets - mClippedInsets.top - getMeasuredHeight(); in updateThumbnailMatrix()