HomeSort by relevance Sort by last modified time
    Searched defs:isRotated (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/data/
VideoRotationMetadataLoader.java 16 static boolean isRotated(LocalData localData) {
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 142 bool isRotated = (orientation == DISPLAY_ORIENTATION_90
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;
    [all...]

Completed in 646 milliseconds