Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dbutton.h37 roundBottomLeft_(false), roundBottomRight_(false) {} in ButtonImpl()
42 roundBottomLeft_(roundBottomLeft), roundBottomRight_(roundBottomRight) {} in ButtonImpl()
56 bool roundBottomLeft_; variable
/system/teeui/libteeui/src/
Dbutton.cpp104 if (roundBottomLeft_) { in draw()