Searched refs:FocusViewStackState (Results 1 – 3 of 3) sorted by relevance
36 enum class FocusViewStackState : int32_t { enum134 void SetFocusViewStackState(FocusViewStackState focusViewStackState) in SetFocusViewStackState()193 FocusViewStackState focusViewStackState_ = FocusViewStackState::IDLE;
59 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()
924 focusManager_->SetFocusViewStackState(FocusViewStackState::IDLE); in FlushFocusView()