Searched defs:isRotated (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp142 bool isRotated = (orientation == DISPLAY_ORIENTATION_90 local
149 v.logicalRight = isRotated ? height : width;
150 v.logicalBottom = isRotated ? width : height;
153 v.physicalRight = isRotated ? height : width;
154 v.physicalBottom = isRotated ? width : height;
155 v.deviceWidth = isRotated ? height : width;
156 v.deviceHeight = isRotated ? width : height;

Completed in 74 milliseconds