Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.h36 enum class FocusViewStackState : int32_t { enum
134 void SetFocusViewStackState(FocusViewStackState focusViewStackState) in SetFocusViewStackState()
193 FocusViewStackState focusViewStackState_ = FocusViewStackState::IDLE;
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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp924 focusManager_->SetFocusViewStackState(FocusViewStackState::IDLE); in FlushFocusView()