Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp616 HWTEST_F(WindowImplTest5, PerfLauncherHotAreaIfNeed, Function | SmallTest | Level1)
629 window->PerfLauncherHotAreaIfNeed(pointerEvent);
632 window->PerfLauncherHotAreaIfNeed(pointerEvent);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h449 void PerfLauncherHotAreaIfNeed(const std::shared_ptr<MMI::PointerEvent>& pointerEvent);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3298 void WindowImpl::PerfLauncherHotAreaIfNeed(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in PerfLauncherHotAreaIfNeed() function in OHOS::Rosen::WindowImpl
3345 PerfLauncherHotAreaIfNeed(pointerEvent); in ConsumePointerEvent()