Searched refs:skinnyThresholdRatio (Results 1 – 1 of 1) sorted by relevance
59 private static final float skinnyThresholdRatio = 0.5f; field in AttachmentTile195 ratio < skinnyThresholdRatio && in setThumbnail()198 !(scaledWidth >= mIcon.getHeight() * skinnyThresholdRatio in setThumbnail()199 && scaledHeight >= mIcon.getWidth() * skinnyThresholdRatio); in setThumbnail()