/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_type.h | 23 LONG_PRESS, member in OHOS::Ace::GestureType
|
H A D | long_press_recognizer.cpp | 76 if ((touchRestrict_.forbiddenType & TouchRestrict::LONG_PRESS) == TouchRestrict::LONG_PRESS) { in HandleTouchDownEvent()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | overlay_show_option.h | 26 LONG_PRESS, member in OHOS::Ace::UpdateOverlayType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_constants.h | 28 LONG_PRESS, member in MenuBindingType
|
H A D | long_press_event.cpp | 57 actuator->onAccessibilityEventFunc_(AccessibilityEventType::LONG_PRESS); in GetGestureEventFunc()
|
/foundation/multimodalinput/input/tools/event_inject/include/ |
H A D | msg_head.h | 62 LONG_PRESS = 2, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | menu_property.h | 55 MenuBindingType menuBindType = MenuBindingType::LONG_PRESS;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | long_press_recognizer.cpp | 57 onAccessibilityEventFunc_(AccessibilityEventType::LONG_PRESS); in OnAccepted() 146 if ((touchRestrict_.forbiddenType & TouchRestrict::LONG_PRESS) == TouchRestrict::LONG_PRESS) { in HandleTouchDownEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
H A D | rosen_render_text_span.cpp | 91 markersMap.try_emplace(GestureType::LONG_PRESS, gestureEvent.longPress.eventMarker); in UpdateTouchRegions()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_utils.h | 74 LONG_PRESS = 0x00000002, member in OHOS::Ace::AccessibilityEventType
|
H A D | accessibility_node.cpp | 40 const char LONG_PRESS[] = "longpress"; member 268 } else if (event == LONG_PRESS) { in AddEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 43 const char LONG_PRESS[] = "longpress"; member 179 vec.emplace_back(LONG_PRESS); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.h | 32 LONG_PRESS,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_selector.h | 236 LONG_PRESS, member in OHOS::Ace::NG::TextResponseType
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 31 { GLFW_REPEAT, KeyAction::LONG_PRESS },
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | pan_event_test_ng.cpp | 43 const TouchRestrict PAN_EVENT_RESTRICT = { TouchRestrict::LONG_PRESS };
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_model_test_ng.cpp | 275 * @tc.steps: subwindow is null and does not enter BindContextMenuSingle, with type == ResponseType::LONG_PRESS. in HWTEST_F() 277 viewAbstractModelNG.BindContextMenu(ResponseType::LONG_PRESS, buildFunc, menuParam, previewBuildFunc); in HWTEST_F() 285 viewAbstractModelNG.BindContextMenu(ResponseType::LONG_PRESS, buildFunc, menuParam, previewBuildFunc); in HWTEST_F() 555 auto type = ResponseType::LONG_PRESS; in HWTEST_F() 594 auto type = ResponseType::LONG_PRESS; in HWTEST_F() 632 auto type = ResponseType::LONG_PRESS; in HWTEST_F() 922 auto type = ResponseType::LONG_PRESS; in HWTEST_F() 974 auto type = ResponseType::LONG_PRESS; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | render_text_overlay.cpp | 307 option.updateOverlayType == UpdateOverlayType::LONG_PRESS) { in UpdateWeakTextField() 320 } else if (option.updateOverlayType == UpdateOverlayType::LONG_PRESS) { in UpdateWeakTextField() 408 option.updateOverlayType == UpdateOverlayType::LONG_PRESS) { in UpdateWeakText() 421 } else if (option.updateOverlayType == UpdateOverlayType::LONG_PRESS) { in UpdateWeakText() 490 option.updateOverlayType == UpdateOverlayType::LONG_PRESS) { in UpdateWeakImage() 503 } else if (option.updateOverlayType == UpdateOverlayType::LONG_PRESS) { in UpdateWeakImage()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_overlay_test_ng.cpp | 809 richEditorPattern->textResponseType_ = TextResponseType::LONG_PRESS; in HWTEST_F() 984 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::LONG_PRESS); in HWTEST_F() 988 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::LONG_PRESS); in HWTEST_F() 992 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::LONG_PRESS); in HWTEST_F() 996 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::LONG_PRESS); in HWTEST_F() 1023 key = std::make_pair(TextSpanType::MIXED, TextResponseType::LONG_PRESS); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.h | 38 LONG_PRESS = 3, member in OHOS::Ace::NG::ShowSubMenuType
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_ffi.cpp | 26 NG::TextResponseType::RIGHT_CLICK, NG::TextResponseType::LONG_PRESS
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 433 LONG_PRESS = 2, member in OHOS::MMI::KeyAction
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 242 if (!GetEventMarker(GetTouchPosition(localOffset), GestureType::LONG_PRESS).IsEmpty()) { in TouchTest() 536 .updateOverlayType = UpdateOverlayType::LONG_PRESS, in ShowTextOverlay() 831 auto longPressMarker = GetEventMarker(GetTouchPosition(longPressPosition), GestureType::LONG_PRESS); in HandleLongPress()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_common_test_ng.cpp | 646 EXPECT_FALSE(pattern_->OnKeyEvent(KeyEvent(KeyCode::KEY_DPAD_LEFT, KeyAction::LONG_PRESS))); in HWTEST_F() 652 EXPECT_FALSE(pattern_->OnKeyEvent(KeyEvent(KeyCode::KEY_DPAD_RIGHT, KeyAction::LONG_PRESS))); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 287 if (!usingMouse && responseType == TextResponseType::LONG_PRESS && pattern->sourceType_ != SourceType::MOUSE) { in OnUpdateSelectOverlayInfo() 291 if (responseType == TextResponseType::LONG_PRESS) { in OnUpdateSelectOverlayInfo()
|