Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp24 thread_local RefPtr<Subwindow> SubwindowManager::currentSubwindow_; member in OHOS::Ace::SubwindowManager
226 currentSubwindow_ = subwindow; in SetCurrentSubwindow()
231 return currentSubwindow_; in GetCurrentWindow()
237 CHECK_NULL_RETURN(currentSubwindow_, rect); in GetParentWindowRect()
238 return currentSubwindow_->GetParentWindowRect(); in GetParentWindowRect()
H A Dsubwindow_manager.h163 static thread_local RefPtr<Subwindow> currentSubwindow_; member in OHOS::Ace::final

Completed in 3 milliseconds