Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/proto/android/view/
H A Dsurface.proto22 enum Rotation { enum
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRotateRepresentation.java36 public enum Rotation { enum in FilterRotateRepresentation
40 private Rotation(int value) { in Rotation() method in FilterRotateRepresentation.Rotation
/aosp12/frameworks/native/libs/ui/include/ui/
H A DRotation.h23 enum class Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 }; enum
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRotation.h23 enum class Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 }; enum
/aosp12/frameworks/native/include/ui/
H A DRotation.h23 enum class Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 }; enum
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DRotationUtils.java44 public @interface Rotation {}; annotation in RotationUtils
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
H A DAudioPrimaryHidlHalUtils.h34 using Rotation = ::android::hardware::audio::CPP_VERSION::IPrimaryDevice::Rotation; variable
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto132 message Rotation { message
H A Dsecure.proto489 message Rotation { message
/aosp12/frameworks/base/core/java/android/view/
H A DSurface.java175 public @interface Rotation {} annotation in Surface