Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp309 switchingFocus_ = current; in UpdateCurrentFocus()
351 switchingFocus_ = focusHub; in FocusSwitchingStart()
358 cb(currentFocus_, switchingFocus_, focusReason); in ReportFocusSwitching()
360 currentFocus_ = switchingFocus_; in ReportFocusSwitching()
381 switchingFocus_ ? switchingFocus_->GetFrameName().c_str() : "NULL", in FocusSwitchingEnd()
382 SEC_PARAM(switchingFocus_ ? switchingFocus_->GetFrameId() : -1), in FocusSwitchingEnd()
385 if (switchingFocus_ && in FocusSwitchingEnd()
387 switchingFocus_->ClearLastFocusNode(); in FocusSwitchingEnd()
412 switchingFocus_ ? switchingFocus_->GetFrameName().c_str() : "NULL", in WindowFocusMoveEnd()
413 SEC_PARAM(switchingFocus_ ? switchingFocus_->GetFrameId() : -1), in WindowFocusMoveEnd()
H A Dfocus_manager.h186 RefPtr<FocusHub> switchingFocus_; variable