Home
last modified time | relevance | path

Searched defs:touchOutsideListeners_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h450 static std::map<uint32_t, std::vector<sptr<ITouchOutsideListener>>> touchOutsideListeners_; member
H A Dwindow_session_impl.h506 static std::map<int32_t, std::vector<sptr<ITouchOutsideListener>>> touchOutsideListeners_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp88 std::map<uint32_t, std::vector<sptr<ITouchOutsideListener>>> WindowImpl::touchOutsideListeners_; member in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp90 std::map<int32_t, std::vector<sptr<ITouchOutsideListener>>> WindowSessionImpl::touchOutsideListeners_; member in OHOS::OHOS::Rosen::WindowSessionImpl

Completed in 17 milliseconds