Searched refs:BG_ASPECT_RATIO (Results 1 – 1 of 1) sorted by relevance
69 private static final float BG_ASPECT_RATIO = ASPECT_RATIO / 2f; field in MagnificationThumbnail119 mThumbnailWidth = (int) (mWindowBounds.width() / BG_ASPECT_RATIO); in refreshBackgroundBounds()120 mThumbnailHeight = (int) (mWindowBounds.height() / BG_ASPECT_RATIO); in refreshBackgroundBounds()285 var ratio = 1f / BG_ASPECT_RATIO; in updateThumbnailMainThread()