HomeSort by relevance Sort by last modified time
    Searched refs:Rotation (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/ui/base/cursor/
cursor_util.h 23 gfx::Display::Rotation rotation,
30 gfx::Display::Rotation rotation,
35 gfx::Display::Rotation rotation,
cursor_loader.h 22 gfx::Display::Rotation rotation() const { function in class:ui::CursorLoader
26 void set_rotation(gfx::Display::Rotation rotation) {
27 rotation_ = rotation;
68 // The current rotation of the mouse cursor icon.
69 gfx::Display::Rotation rotation_;
image_cursors.h 26 // Returns the scale and rotation of the currently loaded cursor.
28 gfx::Display::Rotation GetRotation() const;
cursor_util.cc 19 gfx::Display::Rotation rotation,
22 switch (rotation) {
64 gfx::Display::Rotation rotation,
74 scale / image_rep.scale(), rotation, bitmap, hotspot);
80 gfx::Display::Rotation rotation,
83 // TODO(oshima|tdanderson): Support rotation and fractional scale factor.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java 30 public static final String SERIALIZATION_NAME = "ROTATION";
34 Rotation mRotation;
36 public enum Rotation {
40 private Rotation(int value) {
48 public static Rotation fromValue(int value) {
64 public FilterRotateRepresentation(Rotation rotation) {
73 setRotation(rotation);
85 public Rotation getRotation() {
92 mRotation = Rotation.NINETY
    [all...]
  /external/chromium_org/ash/test/
cursor_manager_test_api.h 28 gfx::Display::Rotation GetCurrentCursorRotation() const;
cursor_manager_test_api.cc 34 gfx::Display::Rotation
  /external/chromium_org/athena/system/
orientation_controller.h 37 // The last configured rotation.
38 gfx::Display::Rotation current_rotation_;
orientation_controller.cc 45 gfx::Display::Rotation rotation; local
47 rotation = gfx::Display::ROTATE_270;
49 rotation = gfx::Display::ROTATE_90;
51 rotation = gfx::Display::ROTATE_180;
53 rotation = gfx::Display::ROTATE_0;
55 // No rotation as gravity threshold was not hit.
59 if (rotation == current_rotation_)
62 current_rotation_ = rotation;
63 ScreenManager::Get()->SetRotation(rotation);
    [all...]
  /external/chromium_org/ui/gfx/
display.h 25 // Screen Rotation in clock-wise degrees.
26 enum Rotation {
74 Rotation rotation() const { return rotation_; } function in class:gfx::Display
75 void set_rotation(Rotation rotation) { rotation_ = rotation; }
77 void SetRotationAsDegree(int rotation);
127 Rotation rotation_;
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 116 Rotation rotation; member in struct:_psb_xrandr_crtc_s
150 Rotation mipi0_rotation;
151 Rotation mipi1_rotation;
152 Rotation hdmi_rotation;
180 VAStatus psb_xrandr_local_crtc_coordinate(psb_output_device *local_device_enabled, int *x, int *y, int *width, int *height, Rotation *rotation);
181 VAStatus psb_xrandr_extend_crtc_coordinate(psb_output_device *extend_device_enabled, int *x, int *y, int *width, int *height, psb_xrandr_location *location, Rotation *rotation);
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.h 52 // rotation lock.
70 // change the display rotation.
76 // change the display rotation.
140 // Detect hinge rotation from |base| and |lid| accelerometers and
145 // Detect screen rotation from |lid| accelerometer and automatically rotate
149 // Sets the display rotation and suppresses display notifications.
151 gfx::Display::Rotation rotation);
157 // rotation lock.
160 // Removes MaximizeModeWindowManager and resets the display rotation if ther
    [all...]
maximize_mode_controller.cc 70 // which to detect hinge angle and screen rotation in m/s^2
74 // which to detect hinge angle and screen rotation in m/s^2. These
84 // rotation. This prevents rapid toggling of rotation when the device is near
221 // Responding to the hinge rotation can change the maximize mode state which
222 // affects screen rotation, so we handle hinge rotation first.
243 gfx::Display::Rotation user_rotation = display_manager->
244 GetDisplayInfo(gfx::Display::InternalDisplayId()).rotation();
247 // does change the rotation setting, then lock rotation to prevent th
392 rotation); local
    [all...]
  /external/chromium_org/athena/screen/public/
screen_manager.h 58 // Set screen rotation.
59 // TODO(flackr): Extract and use ash DisplayManager to set rotation
61 virtual void SetRotation(gfx::Display::Rotation rotation) = 0;
  /external/chromium_org/third_party/webrtc/modules/video_render/include/
video_render_defines.h 83 enum Rotation
  /external/ceres-solver/internal/ceres/
rotation_test.cc 37 #include "ceres/rotation.h"
198 TEST(Rotation, ZeroAngleAxisToQuaternion) {
208 TEST(Rotation, SmallAngleAxisToQuaternion) {
220 TEST(Rotation, TinyAngleAxisToQuaternion) {
231 // Transforms a rotation by pi/2 around X to a quaternion.
232 TEST(Rotation, XRotationToQuaternion) {
242 TEST(Rotation, UnitQuaternionToAngleAxis) {
251 TEST(Rotation, YRotationQuaternionToAngleAxis) {
261 TEST(Rotation, ZRotationQuaternionToAngleAxis) {
270 TEST(Rotation, SmallQuaternionToAngleAxis)
    [all...]
  /external/chromium_org/ash/display/
cursor_window_controller.h 72 gfx::Display::Rotation cursor_rotation_;
display_manager.h 161 // Sets the display's rotation.
162 void SetDisplayRotation(int64 display_id, gfx::Display::Rotation rotation);
181 gfx::Display::Rotation rotation,
188 // Register stored rotation properties for the internal display.
190 gfx::Display::Rotation rotation);
192 // Returns the stored rotation lock preference if it has been loaded,
198 // Returns the stored rotation preference for the internal display if it ha
    [all...]
display_info.h 58 // (5%), and one rotation property where 'r' is 90 degree clock-wise
68 // no rotation. 1.0 ui scale.
71 // no overscan, no rotation. 1.0 ui scale.
106 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; }
107 gfx::Display::Rotation rotation() const { return rotation_; } function in class:ash::DisplayInfo
164 // and rotation settings.
226 gfx::Display::Rotation rotation_
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 66 enum Rotation {
148 Rotation rotation = eRotateNone) = 0;
  /external/chromium_org/content/common/cursors/
webcursor.h 181 gfx::Display::Rotation rotation_;
  /external/chromium_org/ui/aura/test/
test_screen.h 37 void SetDisplayRotation(gfx::Display::Rotation rotation);
  /external/chromium_org/athena/screen/
screen_accelerator_handler.cc 75 gfx::Display::Rotation current_rotation =
76 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().rotation();
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 152 gfx::Display::Rotation rotation = gfx::Display::ROTATE_0; local
157 if (dict_value->GetInteger("rotation", &rotation_value)) {
158 rotation = static_cast<gfx::Display::Rotation>(rotation_value);
183 rotation,
201 int rotation = gfx::Display::ROTATE_0; local
202 if (!properties->GetInteger("orientation", &rotation))
206 static_cast<gfx::Display::Rotation>(rotation));
359 gfx::Display::Rotation rotation = display_manager-> local
    [all...]
  /external/chromium_org/extensions/browser/api/system_display/
display_info_provider.cc 19 // Converts Rotation enum to integer.
20 int RotationToDegrees(gfx::Display::Rotation rotation) {
21 switch (rotation) {
46 unit->rotation = RotationToDegrees(display.rotation());

Completed in 724 milliseconds

1 2 3