Home
last modified time | relevance | path

Searched refs:GetBoxStyle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.h29 const RefPtr<BoxComponent>& GetBoxStyle() const in GetBoxStyle() function
H A Dpanel_component.h122 RefPtr<BoxComponent> GetBoxStyle() const in GetBoxStyle() function
H A Dsliding_panel_component.cpp44 auto boxStyle = component->GetBoxStyle(); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h126 RefPtr<BoxComponent> GetBoxStyle() const in GetBoxStyle() function
H A Dfocusable_element.cpp51 boxStyle_ = focusableComponent->GetBoxStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsliding_panel_model_impl.cpp242 return panel->GetBoxStyle(); in GetPanelBox()