Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dtouch_button_example.cpp38 bool okTapped_ = false; member in teeui::example::touch_button::GUIStateTouch
47 GUIStateTouch() : okTapped_(false), cancelTapped_(false), inverted_(false), layoutInstance_{} {} in GUIStateTouch()
49 bool isOkTapped() const { return okTapped_; } in isOkTapped()
54 okTapped_ = true; in tapOk()