Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h296 lastLongPressPoint_ = lastLongPressPoint; in SetLongPressPoint()
301 return lastLongPressPoint_; in GetLongPressPoint()
554 Point lastLongPressPoint_; variable
H A Drender_grid_layout.cpp1162 eventLongPress.SetX(lastLongPressPoint_.GetX()); in PanOnActionUpdate()
1163 eventLongPress.SetY(lastLongPressPoint_.GetY()); in PanOnActionUpdate()