Searched refs:lastPointerId (Results 1 – 1 of 1) sorted by relevance
1201 int32_t lastPointerId = lastPointerEvent_->GetPointerId(); in UpdateDisplayInfo() local1202 if (!lastPointerEvent_->GetPointerItem(lastPointerId, lastPointerItem)) { in UpdateDisplayInfo()1203 MMI_HILOGE("GetPointerItem:%{public}d fail", lastPointerId); in UpdateDisplayInfo()1406 int32_t lastPointerId = lastPointerEvent_->GetPointerId(); in UpdateDisplayInfo() local1407 if (!lastPointerEvent_->GetPointerItem(lastPointerId, lastPointerItem)) { in UpdateDisplayInfo()1408 MMI_HILOGE("GetPointerItem:%{public}d fail", lastPointerId); in UpdateDisplayInfo()3447 int32_t lastPointerId = lastTouchEvent_->GetPointerId(); in UpdateDisplayInfo() local3448 if (!lastTouchEvent_->GetPointerItem(lastPointerId, lastPointerItem)) { in UpdateDisplayInfo()3449 MMI_HILOGE("GetPointerItem:%{public}d fail", lastPointerId); in UpdateDisplayInfo()3457 currentPointerItem.SetPointerId(lastPointerId); in UpdateDisplayInfo()[all …]