Home
last modified time | relevance | path

Searched refs:GUIStatePhysButtons (Results 1 – 1 of 1) sorted by relevance

/system/teeui/libteeui/example/
Dphys_button_example.cpp38 class GUIStatePhysButtons : public ITeeuiExample { class
44 GUIStatePhysButtons() : inverted_(false), layoutInstance_{} {} in GUIStatePhysButtons() function in teeui::example::phys_button::GUIStatePhysButtons
66 return std::make_unique<GUIStatePhysButtons>(); in createTeeuiExample()
97 uint32_t GUIStatePhysButtons::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
105 uint32_t GUIStatePhysButtons::renderUIIntoBuffer(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in renderUIIntoBuffer()