Home
last modified time | relevance | path

Searched refs:CLICK (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dclick_event.cpp46 clickRecognizer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::CLICK, true)); in OnCollectTouchTarget()
47 clickRecognizer_->SetRecognizerType(GestureTypeName::CLICK); in OnCollectTouchTarget()
95 actuator->onAccessibilityEventFunc_(AccessibilityEventType::CLICK); in GetClickEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.h47 const TouchRestrict DRAG_TOUCH_RESTRICT = { TouchRestrict::CLICK };
49 .forbiddenType = TouchRestrict::CLICK,
H A Dlong_press_event_test_ng.cpp35 const TouchRestrict LONG_PRESS_TOUCH_RESTRICT = { TouchRestrict::CLICK };
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/res_sched_adapter_impl_test/
H A Dres_sched_adapter_impl_test.cpp113 …ult = resAdapter->ReportScene(static_cast<ResSchedStatusAdapter>(-1), ResSchedSceneAdapter::CLICK);
115 … = resAdapter->ReportScene(static_cast<ResSchedStatusAdapter>(-1), ResSchedSceneAdapter::CLICK, 0);
117 …t = resAdapter->ReportScene(ResSchedStatusAdapter::THREAD_CREATED, ResSchedSceneAdapter::CLICK, 1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_type.h22 CLICK = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Doverlay_show_option.h25 CLICK, enumerator
/ohos5.0/foundation/resourceschedule/frame_aware_sched/common/include/
H A Dframe_info_const.h48 CLICK, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp127 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFocusIfPointDown()
150 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFoucusIfNeed()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp34 CLICK = 4, enumerator
220 …E_NAPI_STATIC_PROPERTY("CLICK", GetNapiInt32(env, static_cast<int32_t>(FingerprintAction::CLICK))), in Export()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dres_sched_client_adapter.h59 CLICK, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Daccessibility_node_test_ng.cpp42 const char CLICK[] = "click"; variable
178 vec.emplace_back(CLICK);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_element.cpp88 if (keyEvent.action == KeyAction::CLICK) { in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h39 CLICK, // instant state when item clicked enumerator
H A Dlist_item_element.cpp130 if (keyEvent.action == KeyAction::CLICK) { in OnKeyEvent()
H A Dinteractive_effect.cpp77 case ItemState::CLICK: in ShowAnimation()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/
H A Dresschedadapter_fuzz.cpp72 adapter.ReportScene(status, ResSchedSceneAdapter::CLICK, nwebId); in ResSchedAdapterFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp51 constexpr char CLICK[] = "click"; variable
96 { CLICK, in ResSchedDataReport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_utils.h73 CLICK = 0x00000001, enumerator
H A Daccessibility_node.cpp38 const char CLICK[] = "click"; variable
264 } else if (event == CLICK) { in AddEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp307 if (option.updateOverlayType == UpdateOverlayType::CLICK || in UpdateWeakTextField()
316 if (option.updateOverlayType == UpdateOverlayType::CLICK) { in UpdateWeakTextField()
408 if (option.updateOverlayType == UpdateOverlayType::CLICK || in UpdateWeakText()
417 if (option.updateOverlayType == UpdateOverlayType::CLICK) { in UpdateWeakText()
490 if (option.updateOverlayType == UpdateOverlayType::CLICK || in UpdateWeakImage()
499 if (option.updateOverlayType == UpdateOverlayType::CLICK) { in UpdateWeakImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Drosen_render_text_span.cpp90 markersMap.try_emplace(GestureType::CLICK, gestureEvent.click.eventMarker); in UpdateTouchRegions()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-shortKey-sys.md114 | CLICK | 0x00000004 | 点击事件。 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.h31 CLICK, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
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()
H A Drender_slider.h47 CLICK = 3, enumerator

123