Searched refs:isRotated (Results 1 – 2 of 2) sorted by relevance
214 boolean isRotated = (mCurrentOrientation == Surface.ROTATION_90 in populateViewportLocked()217 viewport.deviceWidth = isRotated ? info.height : info.width; in populateViewportLocked()218 viewport.deviceHeight = isRotated ? info.width : info.height; in populateViewportLocked()
141 bool isRotated = (orientation == DISPLAY_ORIENTATION_90 in setDisplayInfo() local148 v.logicalRight = isRotated ? height : width; in setDisplayInfo()149 v.logicalBottom = isRotated ? width : height; in setDisplayInfo()152 v.physicalRight = isRotated ? height : width; in setDisplayInfo()153 v.physicalBottom = isRotated ? width : height; in setDisplayInfo()154 v.deviceWidth = isRotated ? height : width; in setDisplayInfo()155 v.deviceHeight = isRotated ? width : height; in setDisplayInfo()