Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
Dpointer_tracker.cpp137 if (snapshootPointerInfo.GetTouchOpt() == OP_CLICK && in HandleUpEvent()
141 } else if (snapshootPointerInfo.GetTouchOpt() == OP_CLICK) { // click in HandleUpEvent()
178 OP_CLICK, OP_LONG_CLICK, OP_DRAG, OP_RECENT, OP_HOME, OP_RETURN, OP_SWIPE, OP_FLING in InitJudgeChain()
182 pointerTypeJudgMap_.emplace(std::make_pair(OP_CLICK, in InitJudgeChain()
207 RemoveTypeJudge(pointerTypeJudgChain_, OP_CLICK); in IsClick()
339 if (pointerInfo.GetTouchOpt() == OP_CLICK || pointerInfo.GetTouchOpt() == OP_LONG_CLICK) { in BuildPointerInfo()
Dpointer_info.h30 OP_CLICK = 1, OP_LONG_CLICK, OP_DOUBLE_CLICK, OP_SWIPE, OP_DRAG, OP_FLING, OP_PINCH, enumerator
218 TouchOpt touchOpt = OP_CLICK;
Dpointer_info.cpp21 {TouchOpt::OP_CLICK, "click"},
Dui_record.cpp267 if (info.GetTouchOpt() != OP_CLICK) { in WritePointerInfo()
272 if (info.GetTouchOpt() == OP_CLICK) { in WritePointerInfo()