Home
last modified time | relevance | path

Searched refs:ConvexObjectCount (Results 1 – 3 of 3) sorted by relevance

/system/teeui/libteeui/example/layout/
Dphys_button_layout.h69 BEGIN_ELEMENT(IconPower, teeui::Button, ConvexObjectCount(2))
94 BEGIN_ELEMENT(IconVolUp, teeui::Button, ConvexObjectCount(2))
Dtouch_button_layout.h71 BEGIN_ELEMENT(IconOk, teeui::Button, ConvexObjectCount(1))
/system/teeui/libteeui/include/teeui/
Dbutton.h127 #define ConvexObjectCount(n) std::integral_constant<size_t, n> macro