Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dbutton.h36 : radius_(0), color_(0), convexObjectColor_(0), roundTopLeft_(false), roundTopRight_(false), in ButtonImpl()
41 roundTopLeft_(roundTopLeft), roundTopRight_(roundTopRight), in ButtonImpl()
55 bool roundTopRight_; variable
/system/teeui/libteeui/src/
Dbutton.cpp94 if (roundTopRight_) { in draw()