Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp983 itemLongPressed_ = false; in ClearAllDragInfo()
1052 render->itemLongPressed_ = true; in RegisterLongPressedForItems()
1160 if (itemLongPressed_) { in PanOnActionUpdate()
1169 } else if (targetRenderGrid && !itemLongPressed_) { in PanOnActionUpdate()
1250 if (!itemDragEntered_ && itemLongPressed_ && !itemDragStarted_) { in OnDragMove()
1470 itemLongPressed_ = false; in ImpDragStart()
2717 …if (animationAct_ != GridLayoutAnimationAct::ANIMATION_NONE || itemLongPressed_ || isDragging_.loa… in CheckLongPress()
H A Drender_grid_layout.h525 bool itemLongPressed_ = false; variable