Home
last modified time | relevance | path

Searched defs:touches (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp413 auto touches = info.GetTouches(); in ProcessTouchDown() local
431 auto touches = info.GetTouches(); in ProcessTouchUp() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp578 auto touches = info.GetTouches(); in ProcessTouchDown() local
599 auto touches = info.GetTouches(); in ProcessTouchUp() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.cpp52 const auto& touches = info.GetTouches(); in GetPressedListener() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h125 } touches[MAX_TOUCH_NUM]; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp145 std::list<TouchLocationInfo> touches; variable
190 std::list<TouchLocationInfo> touches = event.GetTouches(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_scrollable_processor.cpp129 const auto& touches = info.GetTouches(); in HandleOnTouchEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_interactable_view_ffi.cpp136 auto& touches = touchEventInfo.GetTouches(); in FfiOHOSAceFrameworkInteractableViewOnTouch() local
H A Dcj_common_ffi.h161 CJTouchInfo* touches; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2103 auto& touches = info.GetTouches(); in OnTouchDown() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3089 std::list<TouchLocationInfo> touches; variable