Home
last modified time | relevance | path

Searched defs:hit (Results 1 – 2 of 2) sorted by relevance

/system/teeui/libteeui/src/
Dlabel.cpp139 Error LabelImpl::hit(const Event& event, const Box<pxs>& bounds) { in hit() function in teeui::LabelImpl
/system/teeui/libteeui/include/teeui/
Dlabel.h132 Error hit(const Event& event) { return LabelImpl::hit(event, this->bounds_); } in hit() function