Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dtouch_button_example.cpp39 bool cancelTapped_ = false; member in teeui::example::touch_button::GUIStateTouch
47 GUIStateTouch() : okTapped_(false), cancelTapped_(false), inverted_(false), layoutInstance_{} {} in GUIStateTouch()
50 bool isCancelTapped() const { return cancelTapped_; } in isCancelTapped()
62 cancelTapped_ = true; in tapCancel()