Home
last modified time | relevance | path

Searched defs:Rotation (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/proto/android/view/
Dsurface.proto22 enum Rotation { enum
/frameworks/native/libs/ui/include/ui/
DRotation.h23 enum class Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 }; enum
/frameworks/native/libs/ui/include_vndk/ui/
DRotation.h23 enum class Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 }; enum
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto131 message Rotation { message
Dsecure.proto426 message Rotation { message
/frameworks/base/core/java/android/view/
DSurface.java168 public @interface Rotation {} annotation in Surface
/frameworks/native/libs/gui/tests/
DSurface_test.cpp750 bool /*useIdentityTransform*/, ui::Rotation, in captureScreen()