Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_test_ng.cpp80 void IndexerTestNg::OnPopupTouchDown(TouchType touchType) in OnPopupTouchDown()
96 void IndexerTestNg::ListItemClick(int32_t clickIndex, TouchType touchType) in ListItemClick()
H A Dindexer_select_test_ng.cpp31 void Touch(TouchType touchType, float locationY) in Touch()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp512 auto touchType = touchInfo.GetTouchType(); variable
532 auto touchType = touchInfo.GetTouchType(); variable
552 auto touchType = touchInfo.GetTouchType(); variable
572 auto touchType = touchInfo.GetTouchType(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dclick_spring_effect.cpp50 void ClickSpringEffect::ShowAnimation(TouchType touchType, ClickSpringEffectType type) in ShowAnimation()
H A Drender_transform.cpp493 … const TouchEventInfo&, TouchType touchType, ClickSpringEffectType effectType) { in SetTouchHandle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h261 bool IsMouseClickDown(SourceType sourceType, TouchType touchType) in IsMouseClickDown()
266 bool IsTouchUp(SourceType sourceType, TouchType touchType) in IsTouchUp()
H A Dtext_base.cpp140 auto touchType = info.GetTouches().front().GetTouchType(); in DoGestureSelection() local
H A Dbase_text_select_overlay.cpp207 void BaseTextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bo… in OnHandleGlobalTouchEvent()
305 … selectionInfo.eventFilter = [weak = WeakClaim(this)](SourceType sourceType, TouchType touchType) { in SetSelectionHoldCallback()
660 bool BaseTextSelectOverlay::IsAcceptResetSelectionEvent(SourceType sourceType, TouchType touchType) in IsAcceptResetSelectionEvent()
898 auto touchType = info.GetTouches().front().GetTouchType(); in IsTouchAtHandle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp150 void WebContextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, … in OnHandleGlobalTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/
H A Dtest_ng.cpp103 TouchEventInfo TestNG::CreateTouchEventInfo(TouchType touchType, Offset location) in CreateTouchEventInfo()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h73 TouchType touchType = TouchType::CANCEL; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_pattern.cpp176 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.cpp204 auto touchType = touchInfo.GetTouchType(); in OnTouchEvent() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_pattern.cpp198 auto touchType = info.GetTouches().front().GetTouchType(); in InitPressEvent() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_manager.cpp348 …ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.cpp217 void SwiperArrowPattern::ButtonTouchEvent(RefPtr<FrameNode> buttonNode, TouchType touchType) in ButtonTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_pattern.cpp284 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp171 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
304 auto touchType = info.GetTouches().front().GetTouchType(); in ButtonOnPress() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_scrollable_processor.cpp133 auto touchType = touches.front().GetTouchType(); in HandleOnTouchEvent() local
H A Djs_tabs_feature.cpp44 auto touchType = info.GetTouches().front().GetTouchType(); in HandleOnTouchEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.cpp194 auto touchType = info.GetTouches().front().GetTouchType(); in OnPress() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp416 void RichEditorSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, … in OnHandleGlobalTouchEvent()

123