Home
last modified time | relevance | path

Searched refs:roundBottomRight_ (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()
57 bool roundBottomRight_; variable
/system/teeui/libteeui/src/
Dbutton.cpp114 if (roundBottomRight_) { in draw()