Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationThumbnail.java69 private static final float BG_ASPECT_RATIO = ASPECT_RATIO / 2f; field in MagnificationThumbnail
119 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()