Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java309 float mappedScreenWidth = mDisplayWidth * imageScale; in pageToImgRect() local
311 mImgWidth > 0 ? mappedScreenWidth / (float) mImgWidth : 1.f); in pageToImgRect()