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

  /external/chromium_org/ui/base/cursor/
cursor_loader.h 26 void set_rotation(gfx::Display::Rotation rotation) { function in class:ui::CursorLoader
  /external/chromium_org/ui/gfx/
display.h 75 void set_rotation(Rotation rotation) { rotation_ = rotation; } function in class:gfx::Display
  /external/chromium_org/ash/display/
display_info.h 98 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } function in class:ash::DisplayInfo
  /external/qemu/hw/android/goldfish/
fb.c 59 uint32_t set_rotation : 2; member in struct:goldfish_fb_state
84 qemu_put_byte(f, s->set_rotation);
122 s->set_rotation = qemu_get_byte(f);
613 if(s->set_rotation != s->rotation) {
614 //printf("FB_SET_BASE: rotation : %d => %d\n", s->rotation, s->set_rotation);
615 s->rotation = s->set_rotation;
626 s->set_rotation = val;
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 408 void set_rotation(int rotation) { rotation_ = rotation; } function in class:google_apis::ImageMediaMetadata

Completed in 144 milliseconds