Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/vr/java/src/org/chromium/chrome/browser/vr/
H A DVrShell.java125 private float mLastContentDpr; field in VrShell
252 setContentCssSize(mLastContentWidth, mLastContentHeight, mLastContentDpr); in VrShell()
685 mLastContentDpr = dpr; in setContentCssSize()
721 int width = (int) Math.ceil(mLastContentWidth * mLastContentDpr); in contentSurfaceCreated()
722 int height = (int) Math.ceil(mLastContentHeight * mLastContentDpr); in contentSurfaceCreated()