Home
last modified time | relevance | path

Searched refs:CheckLongPress (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h385 bool CheckLongPress();
H A Drender_grid_layout.cpp2644 if (CheckLongPress() || GetSlideStatus() != GridSlideStatus::SLIDE_NONE) { in HandleSlideStart()
2656 if (CheckLongPress()) { in HandleSlideUpdate()
2684 if (CheckLongPress()) { in HandleSlideEnd()
2715 bool RenderGridLayout::CheckLongPress() in CheckLongPress() function in OHOS::Ace::RenderGridLayout