/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | click_event.cpp | 40 clickRecognizer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::CLICK, true)); in OnCollectTouchTarget() 41 clickRecognizer_->SetRecognizerType(GestureTypeName::CLICK); in OnCollectTouchTarget() 89 actuator->onAccessibilityEventFunc_(AccessibilityEventType::CLICK); in GetClickEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng.h | 50 const TouchRestrict DRAG_TOUCH_RESTRICT = { TouchRestrict::CLICK }; 52 .forbiddenType = TouchRestrict::CLICK,
|
H A D | long_press_event_test_ng.cpp | 35 const TouchRestrict LONG_PRESS_TOUCH_RESTRICT = { TouchRestrict::CLICK };
|
H A D | click_event_test_ng.cpp | 44 const TouchRestrict CLICK_TOUCH_RESTRICT = { TouchRestrict::CLICK };
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_type.h | 22 CLICK = 0, member in OHOS::Ace::GestureType
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | overlay_show_option.h | 25 CLICK, member in OHOS::Ace::UpdateOverlayType
|
/foundation/resourceschedule/frame_aware_sched/common/include/ |
H A D | frame_info_const.h | 48 CLICK, member in OHOS::RME::SceneEvent
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 122 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFocusIfPointDown() 145 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFoucusIfNeed()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_column_element.cpp | 88 if (keyEvent.action == KeyAction::CLICK) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.h | 39 CLICK, // instant state when item clicked member in OHOS::Ace::ItemState
|
H A D | list_item_element.cpp | 130 if (keyEvent.action == KeyAction::CLICK) { in OnKeyEvent()
|
H A D | interactive_effect.cpp | 77 case ItemState::CLICK: in ShowAnimation()
|
H A D | list_item_group_element.cpp | 195 if (keyEvent.action == KeyAction::CLICK && keyEvent.code == KeyCode::TV_CONTROL_ENTER in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
H A D | rosen_render_text_span.cpp | 88 markersMap.try_emplace(GestureType::CLICK, gestureEvent.click.eventMarker); in UpdateTouchRegions()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_utils.h | 73 CLICK = 0x00000001, member in OHOS::Ace::AccessibilityEventType
|
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 51 constexpr char CLICK[] = "click"; member 96 { CLICK, in ResSchedDataReport()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 42 const char CLICK[] = "click"; member 178 vec.emplace_back(CLICK); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_context.cpp | 34 CLICK = 4, member in OHOS::MMI::__anon11313::FingerprintAction 220 DECLARE_NAPI_STATIC_PROPERTY("CLICK", GetNapiInt32(env, static_cast<int32_t>(FingerprintAction::CLICK))), in Export()
|
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.h | 31 CLICK,
|
H A D | event_recorder.cpp | 280 EventCategory::CATEGORY_COMPONENT, static_cast<int32_t>(EventType::CLICK), std::move(params)); in OnClick()
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | render_slider.h | 47 CLICK = 3, member in OHOS::Ace::SliderEvent
|
H A D | render_slider.cpp | 423 case SliderEvent::CLICK: in FireMovingEvent() 427 onChange_(value_, static_cast<int>(SliderEvent::CLICK)); in FireMovingEvent() 469 FireMovingEvent(SliderEvent::CLICK); in HandleClick()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | render_text_overlay.cpp | 306 if (option.updateOverlayType == UpdateOverlayType::CLICK || in UpdateWeakTextField() 315 if (option.updateOverlayType == UpdateOverlayType::CLICK) { in UpdateWeakTextField() 407 if (option.updateOverlayType == UpdateOverlayType::CLICK || in UpdateWeakText() 416 if (option.updateOverlayType == UpdateOverlayType::CLICK) { in UpdateWeakText() 489 if (option.updateOverlayType == UpdateOverlayType::CLICK || in UpdateWeakImage() 498 if (option.updateOverlayType == UpdateOverlayType::CLICK) { in UpdateWeakImage()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.h | 37 CLICK = 2, member in OHOS::Ace::NG::ShowSubMenuType
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 434 CLICK = 3, member in OHOS::MMI::KeyAction
|