Home
last modified time | relevance | path

Searched refs:CLICK (Results 1 - 25 of 56) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dclick_event.cpp40 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 Ddrag_event_test_ng.h50 const TouchRestrict DRAG_TOUCH_RESTRICT = { TouchRestrict::CLICK };
52 .forbiddenType = TouchRestrict::CLICK,
H A Dlong_press_event_test_ng.cpp35 const TouchRestrict LONG_PRESS_TOUCH_RESTRICT = { TouchRestrict::CLICK };
H A Dclick_event_test_ng.cpp44 const TouchRestrict CLICK_TOUCH_RESTRICT = { TouchRestrict::CLICK };
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_type.h22 CLICK = 0, member in OHOS::Ace::GestureType
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Doverlay_show_option.h25 CLICK, member in OHOS::Ace::UpdateOverlayType
/foundation/resourceschedule/frame_aware_sched/common/include/
H A Dframe_info_const.h48 CLICK, member in OHOS::RME::SceneEvent
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp122 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFocusIfPointDown()
145 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFoucusIfNeed()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_element.cpp88 if (keyEvent.action == KeyAction::CLICK) { in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h39 CLICK, // instant state when item clicked member in OHOS::Ace::ItemState
H A Dlist_item_element.cpp130 if (keyEvent.action == KeyAction::CLICK) { in OnKeyEvent()
H A Dinteractive_effect.cpp77 case ItemState::CLICK: in ShowAnimation()
H A Dlist_item_group_element.cpp195 if (keyEvent.action == KeyAction::CLICK && keyEvent.code == KeyCode::TV_CONTROL_ENTER in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Drosen_render_text_span.cpp88 markersMap.try_emplace(GestureType::CLICK, gestureEvent.click.eventMarker); in UpdateTouchRegions()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_utils.h73 CLICK = 0x00000001, member in OHOS::Ace::AccessibilityEventType
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp51 constexpr char CLICK[] = "click"; member
96 { CLICK, in ResSchedDataReport()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Daccessibility_node_test_ng.cpp42 const char CLICK[] = "click"; member
178 vec.emplace_back(CLICK); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp34 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 Devent_recorder.h31 CLICK,
H A Devent_recorder.cpp280 EventCategory::CATEGORY_COMPONENT, static_cast<int32_t>(EventType::CLICK), std::move(params)); in OnClick()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.h47 CLICK = 3, member in OHOS::Ace::SliderEvent
H A Drender_slider.cpp423 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 Drender_text_overlay.cpp306 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 Dmenu_item_pattern.h37 CLICK = 2, member in OHOS::Ace::NG::ShowSubMenuType
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h434 CLICK = 3, member in OHOS::MMI::KeyAction

Completed in 14 milliseconds

123