Searched refs:touchEffect (Results 1 – 1 of 1) sorted by relevance
213 Color touchEffect = theme->GetClickEffect(); in OnPress() local214 Color touchColorDown = backgroundColor_.BlendColor(touchEffect); in OnPress()215 Color touchSelectColorDown = selectColor_.BlendColor(touchEffect); in OnPress()216 Color touchBorderColorDown = borderColor_.BlendColor(touchEffect); in OnPress()217 Color touchFontColorDown = fontColor_.BlendColor(touchEffect); in OnPress()