MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / reSetClickable

Method reSetClickable

native/desc/Element.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 void reSetClassname(const std::string &className) { this->_classname = className; }
112
113 void reSetClickable(bool clickable) { this->_clickable = clickable; }
114
115 void reSetScrollable(bool scrollable) { this->_scrollable = scrollable; }
116

Callers 1

pruningValidTextsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected