Home
last modified time | relevance | path

Searched refs:onOutsideDownEvent_ (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp264 session->specificCallback_->onOutsideDownEvent_ = nullptr; in HWTEST_F()
269 session->specificCallback_->onOutsideDownEvent_ = func; in HWTEST_F()
H A Dscene_session_test2.cpp1048 scensession->specificCallback_->onOutsideDownEvent_ = outsideDownEventFun; in HWTEST_F()
1055 scensession->specificCallback_->onOutsideDownEvent_ = nullptr; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h109 OnOutsideDownEvent onOutsideDownEvent_; member
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1885 if (specificCallback_ != nullptr && specificCallback_->onOutsideDownEvent_) { in ProcessPointDownSession()
1886 specificCallback_->onOutsideDownEvent_(posX, posY); in ProcessPointDownSession()
1928 if (specificCallback_ != nullptr && specificCallback_->onOutsideDownEvent_) { in NotifyOutsideDownEvent()
1929 specificCallback_->onOutsideDownEvent_(pointerItem.GetDisplayX(), pointerItem.GetDisplayY()); in NotifyOutsideDownEvent()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1366 specificCb->onOutsideDownEvent_ = [this](int32_t x, int32_t y) { in CreateSpecificSessionCallback()

Completed in 57 milliseconds