Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
Dwindow_agent.h49 typedef struct QAndroidEmulatorWindowAgent { struct
51 void (*initUI)();
54 EmulatorWindow* (*getEmulatorWindow)(void);
58 bool (*rotate90Clockwise)(void);
61 bool (*rotate)(int skinRotation);
64 int (*getRotation)(void);
67 void (*showMessage)(const char* message,
72 void (*showMessageWithDismissCallback)(const char* message,
79 bool (*fold)(bool is_fold);
81 bool (*isFolded)(void);
[all …]