Home
last modified time | relevance | path

Searched refs:chooseCellVec (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drender_pattern_lock.cpp108 std::vector<int> chooseCellVec; in HandleCellTouchUp() local
110 chooseCellVec.push_back((*it).GetCode()); in HandleCellTouchUp()
113 auto event = std::make_shared<PatternCompleteEvent>(chooseCellVec); in HandleCellTouchUp()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/
H A Dpatternlock_test_ng.cpp189 std::vector<int> chooseCellVec; variable
191 chooseCellVec.push_back(1);
192 chooseCellVec.push_back(2);
193 chooseCellVec.push_back(3);
194 chooseCellVec.push_back(4);
195 chooseCellVec.push_back(5);
196 chooseCellVec.push_back(6);
197 auto patternCompleteEvent = V2::PatternCompleteEvent(chooseCellVec);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp529 std::vector<int> chooseCellVec; in AddPointEnd() local
531 chooseCellVec.emplace_back(it.GetCode()); in AddPointEnd()
538 auto patternCompleteEvent = V2::PatternCompleteEvent(chooseCellVec); in AddPointEnd()