Searched refs:itemLongPressed_ (Results 1 – 2 of 2) sorted by relevance
983 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()
525 bool itemLongPressed_ = false; variable