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

/frameworks/native/include/gui/
H A DISurfaceComposer.h68 enum Rotation { enum in class:android::ISurfaceComposer
174 Rotation rotation = eRotateNone) = 0;
/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h68 enum Rotation { enum in class:android::ISurfaceComposer
174 Rotation rotation = eRotateNone) = 0;
/frameworks/base/core/java/android/view/
H A DDisplay.java726 @Surface.Rotation
739 @Surface.Rotation
H A DSurface.java140 public @interface Rotation {} interface in class:Surface
143 * Rotation constant: 0 degree rotation (natural orientation)
148 * Rotation constant: 90 degree rotation.
153 * Rotation constant: 180 degree rotation.
158 * Rotation constant: 270 degree rotation.
H A DDisplayInfo.java154 @Surface.Rotation
H A DWindowManagerPolicy.java1188 * @param displayRotation Rotation of the display.
1562 public void setUserRotationMode(@UserRotationMode int mode, @Surface.Rotation int rotation);
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp108 ISurfaceComposer::Rotation rotation)
557 static_cast<ISurfaceComposer::Rotation>(rotation));
H A DSurfaceComposerClient.cpp971 static_cast<ISurfaceComposer::Rotation>(rotation));
1016 static_cast<ISurfaceComposer::Rotation>(rotation));
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h298 bool useIdentityTransform, ISurfaceComposer::Rotation rotation);
H A DSurfaceFlinger.cpp4232 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {
H A DSurfaceFlinger_hwc1.cpp3705 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp529 Rotation /*rotation*/) override { return NO_ERROR; }

Completed in 176 milliseconds