HomeSort by relevance Sort by last modified time
    Searched full:set_rotation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 66 display.set_rotation(gfx::Display::ROTATE_90);
90 display.set_rotation(gfx::Display::ROTATE_180);
143 display.set_rotation(gfx::Display::ROTATE_270);
  /external/qemu/hw/
goldfish_fb.c 57 uint32_t set_rotation : 2; member in struct:goldfish_fb_state
82 qemu_put_byte(f, s->set_rotation);
120 s->set_rotation = qemu_get_byte(f);
611 if(s->set_rotation != s->rotation) {
612 //printf("FB_SET_BASE: rotation : %d => %d\n", s->rotation, s->set_rotation);
613 s->rotation = s->set_rotation;
624 s->set_rotation = val;
  /external/chromium_org/ui/aura/test/
test_screen.cc 48 display_.set_rotation(rotation);
  /external/chromium_org/ui/gfx/
display.h 64 void set_rotation(Rotation rotation) { rotation_ = rotation; } function in class:gfx::Display
  /external/chromium_org/ash/display/
display_info.h 83 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } function in class:ash::internal::DisplayInfo
display_info.cc 104 display_info.set_rotation(rotation);
display_manager.cc 288 info.set_rotation(rotation);
347 display_info_[display_id].set_rotation(rotation);
825 new_display.set_rotation(display_info.rotation());

Completed in 180 milliseconds