Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationThumbnail.java69 private static final float BG_ASPECT_RATIO = ASPECT_RATIO / 2f; field in MagnificationThumbnail
114 mThumbnailWidth = (int) (mWindowBounds.width() / BG_ASPECT_RATIO); in refreshBackgroundBounds()
115 mThumbnailHeight = (int) (mWindowBounds.height() / BG_ASPECT_RATIO); in refreshBackgroundBounds()
280 var ratio = 1f / BG_ASPECT_RATIO; in updateThumbnailMainThread()