Searched refs:firstPI (Results 1 – 1 of 1) sorted by relevance
471 MMI::PointerEvent::PointerItem firstPI; in isDoubleTap() local472 pCurDown_->GetPointerItem(pCurDown_->GetPointerId(), firstPI); in isDoubleTap()473 int32_t durationX = firstPI.GetDisplayX() - curPI.GetDisplayX(); in isDoubleTap()474 int32_t durationY = firstPI.GetDisplayY() - curPI.GetDisplayY(); in isDoubleTap()