Home
last modified time | relevance | path

Searched refs:touchOutsideListener_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h209 OHOS::sptr<OHOS::Rosen::ITouchOutsideListener> touchOutsideListener_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h414 OHOS::sptr<OHOS::Rosen::ITouchOutsideListener> touchOutsideListener_ = nullptr; variable
H A Dui_content_impl.cpp2969 touchOutsideListener_ = new TouchOutsideListener(instanceId_); in InitializeSubWindow()
2970 window_->RegisterTouchOutsideListener(touchOutsideListener_); in InitializeSubWindow()