Home
last modified time | relevance | path

Searched defs:touchType (Results 1 – 25 of 55) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
Dindexer_test_ng.cpp80 void IndexerTestNg::OnPopupTouchDown(TouchType touchType) in OnPopupTouchDown()
96 void IndexerTestNg::ListItemClick(int32_t clickIndex, TouchType touchType) in ListItemClick()
Dindexer_select_test_ng.cpp31 void Touch(TouchType touchType, float locationY) in Touch()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_pattern_testthree_ng.cpp485 auto touchType = touchInfo.GetTouchType(); variable
505 auto touchType = touchInfo.GetTouchType(); variable
525 auto touchType = touchInfo.GetTouchType(); variable
545 auto touchType = touchInfo.GetTouchType(); variable
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Drender_xcomponent.cpp100 void RenderXComponent::HandleTouchEvent(const TouchEventInfo& info, const TouchType& touchType) in HandleTouchEvent()
150 …t std::list<TouchLocationInfo>& touchInfoList, const int64_t timeStamp, const TouchType& touchType) in SetTouchPoint()
196 …nent_TouchEventType RenderXComponent::ConvertNativeXComponentTouchEvent(const TouchType& touchType) in ConvertNativeXComponentTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dclick_spring_effect.cpp50 void ClickSpringEffect::ShowAnimation(TouchType touchType, ClickSpringEffectType type) in ShowAnimation()
Drender_transform.cpp493 … const TouchEventInfo&, TouchType touchType, ClickSpringEffectType effectType) { in SetTouchHandle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dbase_text_select_overlay.h272 bool IsMouseClickDown(SourceType sourceType, TouchType touchType) in IsMouseClickDown()
277 bool IsTouchUp(SourceType sourceType, TouchType touchType) in IsTouchUp()
Dtext_base.cpp140 auto touchType = info.GetTouches().front().GetTouchType(); in DoGestureSelection() local
Dbase_text_select_overlay.cpp208 void BaseTextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bo… in OnHandleGlobalTouchEvent()
306 … selectionInfo.eventFilter = [weak = WeakClaim(this)](SourceType sourceType, TouchType touchType) { in SetSelectionHoldCallback()
661 bool BaseTextSelectOverlay::IsAcceptResetSelectionEvent(SourceType sourceType, TouchType touchType) in IsAcceptResetSelectionEvent()
902 auto touchType = info.GetTouches().front().GetTouchType(); in IsTouchAtHandle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_context_select_overlay.cpp148 void WebContextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, … in OnHandleGlobalTouchEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/
Dtest_ng.cpp103 TouchEventInfo TestNG::CreateTouchEventInfo(TouchType touchType, Offset location) in CreateTouchEventInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_drag_bar_pattern.cpp176 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
Dimage_analyzer.h73 TouchType touchType = TouchType::CANCEL; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
Dhyperlink_pattern.cpp204 auto touchType = touchInfo.GetTouchType(); in OnTouchEvent() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
Dmenu_patternEx_test_ng.cpp239 TouchType touchType = TouchType::UP; variable
260 TouchType touchType = TouchType::UP; variable
302 TouchType touchType = TouchType::UP; variable
1002 TouchType touchType = TouchType::UP; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_item_pattern.cpp198 auto touchType = info.GetTouches().front().GetTouchType(); in InitPressEvent() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dimage_analyzer_manager.cpp348 …ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
Ddrag_bar_pattern.cpp284 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_pattern.cpp173 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
307 auto touchType = info.GetTouches().front().GetTouchType(); in ButtonOnPress() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navdestination_scrollable_processor.cpp133 auto touchType = touches.front().GetTouchType(); in HandleOnTouchEvent() local
Djs_tabs_feature.cpp44 auto touchType = info.GetTouches().front().GetTouchType(); in HandleOnTouchEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_arrow_pattern.cpp217 void SwiperArrowPattern::ButtonTouchEvent(RefPtr<FrameNode> buttonNode, TouchType touchType) in ButtonTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_pattern.cpp194 auto touchType = info.GetTouches().front().GetTouchType(); in OnPress() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_pattern.cpp79 OH_NativeXComponent_TouchEventType ConvertNativeXComponentTouchEvent(const TouchType& touchType) in ConvertNativeXComponentTouchEvent()
1103 auto touchType = touchInfoList.front().GetTouchType(); in HandleTouchEvent() local
1210 …t std::list<TouchLocationInfo>& touchInfoList, const int64_t timeStamp, const TouchType& touchType) in SetTouchPoint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
Doption_pattern.cpp289 auto touchType = info.GetTouches().front().GetTouchType(); in OnPress() local

123