Searched refs:deviceWidth (Results 1 – 8 of 8) sorted by relevance
52 public int deviceWidth; field in DisplayViewport61 deviceWidth = viewport.deviceWidth; in copyFrom()73 + ", deviceWidth=" + deviceWidth in toString()
210 viewport.deviceWidth = isRotated ? info.height : info.width; in populateViewportLocked()
66 int32_t deviceWidth; member73 deviceWidth(0), deviceHeight(0) { in DisplayViewport()87 && deviceWidth == other.deviceWidth110 deviceWidth = width; in setNonDisplayViewport()
3005 naturalDeviceHeight = mViewport.deviceWidth; in configureSurface()3012 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()3014 naturalDeviceWidth = mViewport.deviceWidth; in configureSurface()3023 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()3025 naturalDeviceHeight = mViewport.deviceWidth; in configureSurface()3035 naturalDeviceWidth = mViewport.deviceWidth; in configureSurface()3350 mViewport.deviceWidth, mViewport.deviceHeight); in dumpSurface()
509 int deviceWidth, int transit) { in createThumbnailAspectScaleAnimationLocked() argument516 float scaleW = deviceWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked()517 float unscaledWidth = deviceWidth; in createThumbnailAspectScaleAnimationLocked()
1036 jint deviceWidth, jint deviceHeight) { in nativeSetDisplayViewport() argument1050 v.deviceWidth = deviceWidth; in nativeSetDisplayViewport()
163 int deviceWidth, int deviceHeight); in nativeSetDisplayViewport() argument375 viewport.deviceWidth, viewport.deviceHeight); in setDisplayViewport()
155 v.deviceWidth = isRotated ? height : width; in setDisplayInfo()