Searched refs:layoutInstance_ (Results 1 – 2 of 2) sorted by relevance
45 layout_t<ConfUILayout> layoutInstance_ = {}; member in teeui::example::touch_button::GUIStateTouch47 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()
42 layout_t<ConfUILayout> layoutInstance_ = {}; member in teeui::example::phys_button::GUIStatePhysButtons44 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()