Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dphys_button_example.cpp88 ctx.setParam<ColorBG>(kBackGroundColorInv); in setLayoutParams()
120 Color bgColor = inverted_ ? kBackGroundColorInv : kBackGroundColor; in renderUIIntoBuffer()
Dtouch_button_example.cpp114 ctx.setParam<ColorBG>(kBackGroundColorInv); in setLayoutParams()
157 Color bgColor = inverted_ ? kBackGroundColorInv : kBackGroundColor; in renderUIIntoBuffer()
Dexample_utils.h35 constexpr static const Color kBackGroundColorInv = Color(0xff212121); variable