Searched refs:longGesture (Results 1 – 1 of 1) sorted by relevance
1585 RefPtr<Gesture> longGesture = AceType::MakeRefPtr<LongPressGesture>( in BindContextMenu() local1587 …longGesture->SetOnActionId([weak, builderFunc = std::move(buildFunc)](const GestureEvent& info) mu… in BindContextMenu()1598 box->SetOnLongPress(longGesture); in BindContextMenu()