Lines Matching refs:tp
662 TOUCHPOINT tp;
663 tp.InKeyboard = insideVKeyboardArea;
664 // When track pad is integrated the tp should be set as tp.InTrackpad = insideVTrackPadArea;
665 tp.ScreenX = physicalX;
666 tp.ScreenY = physicalY;
667 tp.TouchId = pointerId;
669 tp.TipDown = (pointerAction != MMI::PointerEvent::POINTER_ACTION_UP);
682 bayesianengine_mapTouchToButton_(tp.ScreenX, tp.ScreenY, tp.TouchId, tp.TipDown, buttonName,
684 tp.ButtonName = buttonName;
685 if (!tp.ButtonName.empty()) {
693 algorithm_keydown_(tp.ScreenX, tp.ScreenY, tp.TouchId, tp.TipDown, tp.ButtonName);
703 algorithm_keyup_(tp.ScreenX, tp.ScreenY, tp.TouchId, tp.TipDown, tp.ButtonName);
713 algorithm_keydown_(tp.ScreenX, tp.ScreenY, tp.TouchId, tp.TipDown, tp.ButtonName);