Searched refs:Rotation (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/include/gui/
H A DISurfaceComposer.h66 enum Rotation { enum in class:android::ISurfaceComposer
148 Rotation rotation = eRotateNone) = 0;
/frameworks/base/core/java/android/view/
H A DDisplay.java612 @Surface.Rotation
625 @Surface.Rotation
H A DSurface.java116 public @interface Rotation {} interface in class:Surface
119 * Rotation constant: 0 degree rotation (natural orientation)
124 * Rotation constant: 90 degree rotation.
129 * Rotation constant: 180 degree rotation.
134 * Rotation constant: 270 degree rotation.
H A DWindowManagerPolicy.java943 * @param displayRotation Rotation of the display.
1284 public void setUserRotationMode(@UserRotationMode int mode, @Surface.Rotation int rotation);
H A DDisplayInfo.java154 @Surface.Rotation
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp107 ISurfaceComposer::Rotation rotation)
391 static_cast<ISurfaceComposer::Rotation>(rotation));
H A DSurfaceComposerClient.cpp833 static_cast<ISurfaceComposer::Rotation>(rotation));
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h215 bool useIdentityTransform, ISurfaceComposer::Rotation rotation);
H A DSurfaceFlinger.cpp3216 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {
H A DSurfaceFlinger_hwc1.cpp3230 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {

Completed in 111 milliseconds