Home
last modified time | relevance | path

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

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