Home
last modified time | relevance | path

Searched defs:QAndroidEmulatorWindowAgent (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dwindow_agent.h49 typedef struct QAndroidEmulatorWindowAgent { struct
51 EmulatorWindow* (*getEmulatorWindow)(void);
55 bool (*rotate90Clockwise)(void);
58 bool (*rotate)(int skinRotation);
61 int (*getRotation)(void);
64 void (*showMessage)(const char* message,
69 void (*showMessageWithDismissCallback)(const char* message,
76 bool (*fold)(bool is_fold);
78 bool (*isFolded)(void);
79 bool (*getFoldedArea)(int* x, int* y, int* w, int* h);
[all …]