Home
last modified time | relevance | path

Searched refs:PaintAllFocusState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp196 rootFocusHub->PaintAllFocusState(); in PaintFocusState()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp79 focusHub->PaintAllFocusState();
775 auto res = focusHub->PaintAllFocusState();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h934 bool PaintAllFocusState();
H A Dfocus_hub.cpp1636 bool FocusHub::PaintAllFocusState() in PaintAllFocusState() function in OHOS::Ace::NG::FocusHub
1651 return lastFocusNode->PaintAllFocusState(); in PaintAllFocusState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2356 return rootFocusHub->PaintAllFocusState(); in SetIsFocusActive()