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

  /external/chromium_org/ash/display/
display_info.h 88 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } function in class:ash::internal::DisplayInfo
  /external/chromium_org/ui/gfx/
display.h 75 void set_rotation(Rotation rotation) { rotation_ = rotation; } function in class:gfx::Display
  /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/google_apis/drive/
drive_api_parser.h 443 void set_rotation(int rotation) { rotation_ = rotation; } function in class:google_apis::ImageMediaMetadata

Completed in 153 milliseconds