Home
last modified time | relevance | path

Searched refs:RefreshFocus (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp296 void StageElement::RefreshFocus() in RefreshFocus() function in OHOS::Ace::StageElement
410 stage->RefreshFocus(); in AddListenerForPopPage()
521 RefreshFocus(); in PerformPushPage()
561 RefreshFocus(); in PerformReplace()
621 RefreshFocus(); in PerformClear()
H A Dstage_element.h49 void RefreshFocus();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp363 RefreshFocus(); in SetFocusable()
370 RefreshFocus(); in SetEnabled()
378 RefreshFocus(); in SetShow()
382 void FocusNode::RefreshFocus() in RefreshFocus() function in OHOS::Ace::FocusNode
H A Dfocus_node.h168 void RefreshFocus();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.h91 void RefreshFocus();
H A Drender_picker_option.cpp382 void RenderPickerOption::RefreshFocus() in RefreshFocus() function in OHOS::Ace::RenderPickerOption
489 RefreshFocus(); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp312 stageElement->RefreshFocus(); in RefreshStageFocus()