Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp573 JSShapeAbstract* shapeAbstract = JSRef<JSObject>::Cast(shape)->Unwrap<JSShapeAbstract>(); in SetBlockStyle() local
574 if (shapeAbstract == nullptr) { in SetBlockStyle()
578 SliderModel::GetInstance()->SetBlockShape(shapeAbstract->GetBasicShape()); in SetBlockStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.cpp442 Framework::JSShapeAbstract* shapeAbstract = in SetBlockStyle() local
444 if (shapeAbstract == nullptr) { in SetBlockStyle()
448 SliderModelNG::SetBlockShape(frameNode, shapeAbstract->GetBasicShape()); in SetBlockStyle()

Completed in 4 milliseconds