Home
last modified time | relevance | path

Searched refs:tempStyle (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_bar_style_ohos.cpp80 auto tempStyle = AceType::DynamicCast<SystemBarStyleOhos>(style); in SetSystemBarStyle() local
81 CHECK_NULL_VOID(tempStyle); in SetSystemBarStyle()
82 window->SetSystemBarProperties(tempStyle->properties_, tempStyle->propertyFlags_); in SetSystemBarStyle()
84 GetStatusBarContentColor(tempStyle->properties_).c_str(), in SetSystemBarStyle()
85 GetStatusBarContentColorFlag(tempStyle->propertyFlags_).c_str()); in SetSystemBarStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.cpp682 auto tempStyle = styleArg->Int32Value(vm); in ParseStyleOptions() local
683 if (tempStyle >= static_cast<int32_t>(SliderMode::OUTSET) && in ParseStyleOptions()
684 tempStyle <= static_cast<int32_t>(SliderMode::CAPSULE)) { in ParseStyleOptions()
685 options.style = tempStyle; in ParseStyleOptions()

Completed in 2 milliseconds