Lines Matching defs:isRotated
141 bool isRotated = (orientation == DISPLAY_ORIENTATION_90
148 v.logicalRight = isRotated ? height : width;
149 v.logicalBottom = isRotated ? width : height;
152 v.physicalRight = isRotated ? height : width;
153 v.physicalBottom = isRotated ? width : height;
154 v.deviceWidth = isRotated ? height : width;
155 v.deviceHeight = isRotated ? width : height;