Home
last modified time | relevance | path

Searched defs:disposal (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dprocedure_step.py29 disposal = '' variable in ProcedureStep
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dmulti_fingers_recognizer.cpp46 void MultiFingersRecognizer::Adjudicate(const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) in Adjudicate() argument
H A Dgesture_recognizer.cpp113 BatchAdjudicate( const std::set<size_t>& touchIds, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) BatchAdjudicate() argument
H A Dparallel_recognizer.cpp116 BatchAdjudicate( const std::set<size_t>& touchIds, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) BatchAdjudicate() argument
H A Dexclusive_recognizer.cpp124 BatchAdjudicate( const std::set<size_t>& touchIds, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) BatchAdjudicate() argument
H A Dgesture_referee.cpp74 void GestureScope::HandleGestureDisposal(const RefPtr<GestureRecognizer>& recognizer, const GestureDisposal disposal) in HandleGestureDisposal() argument
103 void GestureScope::HandleParallelDisposal(const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) in HandleParallelDisposal() argument
410 void GestureReferee::Adjudicate(size_t touchId, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) in Adjudicate() argument
[all...]
H A Dsequenced_recognizer.cpp140 BatchAdjudicate( const std::set<size_t>& touchIds, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) BatchAdjudicate() argument
H A Dtimeout_recognizer.cpp123 BatchAdjudicate(const std::set<size_t>& touchIds, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) BatchAdjudicate() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dparallel_recognizer.cpp131 void ParallelRecognizer::BatchAdjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) in BatchAdjudicate() argument
H A Dexclusive_recognizer.cpp176 void ExclusiveRecognizer::BatchAdjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) in BatchAdjudicate() argument
H A Dsequenced_recognizer.cpp189 void SequencedRecognizer::BatchAdjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) in BatchAdjudicate() argument
H A Drecognizer_group.cpp187 void RecognizerGroup::GroupAdjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) in GroupAdjudicate() argument
H A Dgesture_recognizer.cpp258 void NGGestureRecognizer::BatchAdjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) in BatchAdjudicate() argument
H A Dgesture_recognizer.h413 void Adjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) in Adjudicate() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.h39 inline std::string TransGestureDisposal(GestureDisposal disposal) in TransGestureDisposal() argument
H A Dgesture_referee.cpp400 void GestureReferee::Adjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) in Adjudicate() argument
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_dump_test_ng.cpp292 std::string disposal = "mainThread"; in HWTEST_F() local
329 std::string disposal = "mainThread"; in HWTEST_F() local
363 std::string disposal = "mainThread"; in HWTEST_F() local
396 std::string disposal = "mainThread"; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dmulti_fingers_recognizer_test_ng.cpp160 void BatchAdjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) {} in BatchAdjudicate() argument
179 void BatchAdjudicate(const RefPtr<NGGestureRecognizer>& recognizer, GestureDisposal disposal) {} in BatchAdjudicate() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp155 AddGestureProcedure(uint64_t id, const std::string& procedure, const std::string& state, const std::string& disposal, int64_t timestamp) AddGestureProcedure() argument
173 AddGestureProcedure(uint64_t id, const TouchEvent& point, const std::string& state, const std::string& disposal, int64_t timestamp) AddGestureProcedure() argument
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_other_test.cpp281 auto disposal = service->disposal_; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.cpp465 << "disposal: " << disposal; in Dump() local
491 bool GestureSnapshot::CheckNeedAddMove(const std::string& state, const std::string& disposal) in CheckNeedAddMove() argument
482 AddProcedure( const std::string& procedure, const std::string& state, const std::string& disposal, int64_t timestamp) AddProcedure() argument
H A Dtouch_event.h267 std::string disposal; member

Completed in 14 milliseconds