Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp386 …Reason_.value_or(SwitchingStartReason::DEFAULT) != SwitchingStartReason::LOST_FOCUS_TO_VIEW_ROOT) { in FocusSwitchingEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h78 LOST_FOCUS_TO_VIEW_ROOT = 3, enumerator
H A Dfocus_hub.cpp407 FocusManager::FocusGuard guard(viewRootScope, SwitchingStartReason::LOST_FOCUS_TO_VIEW_ROOT); in LostFocusToViewRoot()