Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp231 currentSubwindow_ = subwindow; in SetCurrentSubwindow()
237 return currentSubwindow_; in GetCurrentWindow()
244 CHECK_NULL_RETURN(currentSubwindow_, rect); in GetParentWindowRect()
245 return currentSubwindow_->GetParentWindowRect(); in GetParentWindowRect()
H A Dsubwindow_manager.h173 RefPtr<Subwindow> currentSubwindow_; variable