Home
last modified time | relevance | path

Searched refs:CheckStates (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dgesture_group_test_ng.cpp111 exclusiveRecognizer.CheckStates(0);
120 exclusiveRecognizer.CheckStates(0);
130 exclusiveRecognizer.CheckStates(0);
165 exclusiveRecognizer.CheckStates(0);
174 exclusiveRecognizer.CheckStates(0);
184 exclusiveRecognizer.CheckStates(0);
194 exclusiveRecognizer.CheckStates(0);
224 exclusiveRecognizer.CheckStates(0);
233 exclusiveRecognizer.CheckStates(0);
244 exclusiveRecognizer.CheckStates(0);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.cpp80 RefereeState RecognizerGroup::CheckStates(size_t touchId) in CheckStates() function in OHOS::Ace::NG::RecognizerGroup
99 auto state = group->CheckStates(touchId); in CheckStates()
H A Dsequenced_recognizer.h56 RefereeState CheckStates(size_t touchId) override;
H A Dsequenced_recognizer.cpp140 RefereeState SequencedRecognizer::CheckStates(size_t touchId) in CheckStates() function in OHOS::Ace::NG::SequencedRecognizer
156 auto state = group->CheckStates(touchId); in CheckStates()
H A Drecognizer_group.h59 virtual RefereeState CheckStates(size_t touchId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.cpp115 state = group->CheckStates(touchId); in IsPending()