Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dtouch_button_example.cpp45 layout_t<ConfUILayout> layoutInstance_ = {}; member in teeui::example::touch_button::GUIStateTouch
47 GUIStateTouch() : okTapped_(false), cancelTapped_(false), inverted_(false), layoutInstance_{} {} in GUIStateTouch()
70 translateLabels(&layoutInstance_); in selectLanguage()
75 std::get<LabelBody>(layoutInstance_) in setConfirmationMessage()
95 handleAllEvent(layoutInstance_, event); in onEvent()
126 layoutInstance_ = in setDeviceInfo()
129 std::get<LabelOK>(layoutInstance_) in setDeviceInfo()
133 std::get<LabelCancel>(layoutInstance_) in setDeviceInfo()
177 if (auto error = drawElements(layoutInstance_, pixelDrawer)) { in renderUIIntoBuffer()
Dphys_button_example.cpp42 layout_t<ConfUILayout> layoutInstance_ = {}; member in teeui::example::phys_button::GUIStatePhysButtons
44 GUIStatePhysButtons() : inverted_(false), layoutInstance_{} {} in GUIStatePhysButtons()
48 translateLabels(&layoutInstance_); in selectLanguage()
53 std::get<LabelBody>(layoutInstance_) in setConfirmationMessage()
98 layoutInstance_ = in setDeviceInfo()
140 if (auto error = drawElements(layoutInstance_, pixelDrawer)) { in renderUIIntoBuffer()