Home
last modified time | relevance | path

Searched refs:focusViewStackState_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.h136 focusViewStackState_ = focusViewStackState; in SetFocusViewStackState()
193 FocusViewStackState focusViewStackState_ = FocusViewStackState::IDLE; variable
H A Dfocus_manager.cpp59 focusViewStackState_ = FocusViewStackState::SHOW; in FocusViewShow()
82 if (!curFocusViewHub->IsCurrentFocus() && focusViewStackState_ == FocusViewStackState::SHOW) { in RearrangeViewStack()
89 if (focusViewStackState_ == FocusViewStackState::CLOSE) { in RearrangeViewStack()
124 focusViewStackState_ = FocusViewStackState::CLOSE; in FocusViewClose()