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

  /packages/apps/Camera2/src/com/android/camera/data/
VideoRotationMetadataLoader.java 29 static boolean isRotated(FilmstripItem filmstripItem) {
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 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;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 2328 milliseconds