Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_referee.cpp247 auto strongItem = rejectedItem.Upgrade(); in AcceptGesture() local
248 if (strongItem) { in AcceptGesture()
249 strongItem->OnRejected(touchId_); in AcceptGesture()
250 strongItem->SetRefereeState(RefereeState::FAIL); in AcceptGesture()
258 auto strongItem = rejectedItem.Upgrade(); in AcceptGesture() local
259 if (strongItem) { in AcceptGesture()
260 strongItem->OnRejected(touchId_); in AcceptGesture()
261 strongItem->SetRefereeState(RefereeState::FAIL); in AcceptGesture()
269 auto strongItem = rejectedItem.Upgrade(); in AcceptGesture() local
270 if (strongItem) { in AcceptGesture()
[all …]