Home
last modified time | relevance | path

Searched refs:unselectedColorValue (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.h69 static void GetLabelUnselectedContent(JSRef<JSVal> unselectedColorValue, LabelStyle& labelStyle);
H A Djs_tab_content.cpp340 JSRef<JSVal> unselectedColorValue = obj->GetProperty("unselectedColor"); in SetIconStyle() local
341 if (ConvertFromJSValue(unselectedColorValue, unselectedColor)) { in SetIconStyle()
354 void JSTabContent::GetLabelUnselectedContent(const JSRef<JSVal> unselectedColorValue, LabelStyle& labelStyle) in GetLabelUnselectedContent() argument
357 if (ConvertFromJSValue(unselectedColorValue, unselectedColor)) { in GetLabelUnselectedContent()
H A Djs_datepicker.cpp965 auto unselectedColorValue = paramObject->GetProperty("unselectedColor"); in UpdateLunarSwitchSettingData() local
972 if (JSViewAbstract::ParseJsColor(unselectedColorValue, unselectedColor)) { in UpdateLunarSwitchSettingData()

Completed in 6 milliseconds