Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dbutton.h27 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/
Dbutton.cpp27 Error ButtonImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, in draw()