Searched refs:ButtonImpl (Results 1 – 2 of 2) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | button.h | 27 class ButtonImpl { 35 ButtonImpl() in ButtonImpl() function 38 ButtonImpl(pxs radius, Color color, Color convexObjectColor, bool roundTopLeft, in ButtonImpl() function 69 class Button : public LayoutElement<Derived>, public ButtonImpl { 86 ButtonImpl(context = Derived::button_radius, context = Derived::button_color, in Button() 102 ButtonImpl::ConvexObjectInfo coInfo[convex_object_count]; in draw() 107 return ButtonImpl::draw(drawPixel, this->bounds_, &coInfo[0], &coInfo[convex_object_count]); in draw()
|
/system/teeui/libteeui/src/ |
D | button.cpp | 27 Error ButtonImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, in draw()
|