Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dteeui.cpp39 constexpr static const Color kBackGroundColorInv = Color(0xff212121); variable
147 ctx.setParam<ColorBG>(kBackGroundColorInv); in renderUIIntoBuffer()
160 Color bgColor = sInverted ? kBackGroundColorInv : kBackGroundColor; in renderUIIntoBuffer()