Home
last modified time | relevance | path

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

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