Home
last modified time | relevance | path

Searched refs:focusedBoxStyle_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h137 return focusedBoxStyle_; in GetFocusedBoxStyle()
141 focusedBoxStyle_ = boxStyle; in SetFocusedBoxStyle()
245 RefPtr<BoxComponent> focusedBoxStyle_; variable
H A Dfocusable_element.cpp52 focusedBoxStyle_ = focusableComponent->GetFocusedBoxStyle(); in Update()
200 renderNode_->Update(focusedBoxStyle_); in OnFocus()
H A Dfocusable_element.h62 RefPtr<BoxComponent> focusedBoxStyle_; variable