Searched refs:mLastContentDpr (Results 1 – 1 of 1) sorted by relevance
125 private float mLastContentDpr; field in VrShell252 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()