Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dtouch_button_example.cpp40 EventResult eventResult_ = EventResult::NONE; member in teeui::example::touch_button::GUIStateTouch
55 eventResult_ = EventResult::CONFIRM; in tapOk()
63 eventResult_ = EventResult::CANCEL; in tapCancel()
93 eventResult_ = EventResult::NONE; in onEvent()
96 return eventResult_; in onEvent()