Searched refs:stateHistory (Results 1 – 4 of 4) sorted by relevance
55 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:59 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:63 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:67 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:71 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:75 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:117 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:122 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:126 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:167 xxx)-(10000:10000:scope)] EventTreeDumpInfo: stateHistory:[all …]
299 EXPECT_FALSE(iter->second->stateHistory.empty());335 EXPECT_TRUE(iter->second->stateHistory.empty());370 EXPECT_FALSE(iter->second->stateHistory.empty());
716 stateHistory.emplace_back(StateRecord(procedure, extraInfo, state, disposal, timestamp)); in AddProcedure()721 return stateHistory.empty() || in CheckNeedAddMove()722 stateHistory.back().state != state || stateHistory.back().disposal != disposal; in CheckNeedAddMove()739 for (const auto& state : stateHistory) { in Dump()766 std::list<StateRecord> stateHistory; member
796 auto stateHistorys = gestureSnapshot->stateHistory; in LogTouchTestRecognizerStates()797 for (auto stateHistory : stateHistorys) { in LogTouchTestRecognizerStates() local798 if (stateHistory.procedure.find("Down") != std::string::npos) { in LogTouchTestRecognizerStates()803 gestureLog += ", state: " + stateHistory.state; in LogTouchTestRecognizerStates()804 if (stateHistory.extraInfo != "") { in LogTouchTestRecognizerStates()805 gestureLog += ", extraInfo: " + stateHistory.extraInfo; in LogTouchTestRecognizerStates()