/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | click_event.cpp | 46 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 D | drag_event_test_ng.h | 47 const TouchRestrict DRAG_TOUCH_RESTRICT = { TouchRestrict::CLICK }; 49 .forbiddenType = TouchRestrict::CLICK,
|
H A D | long_press_event_test_ng.cpp | 35 const TouchRestrict LONG_PRESS_TOUCH_RESTRICT = { TouchRestrict::CLICK };
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/res_sched_adapter_impl_test/ |
H A D | res_sched_adapter_impl_test.cpp | 113 …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 D | gesture_type.h | 22 CLICK = 0, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | overlay_show_option.h | 25 CLICK, enumerator
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/common/include/ |
H A D | frame_info_const.h | 48 CLICK, enumerator
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 127 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 D | js_short_key_context.cpp | 34 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 D | res_sched_client_adapter.h | 59 CLICK, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 42 const char CLICK[] = "click"; variable 178 vec.emplace_back(CLICK);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_column_element.cpp | 88 if (keyEvent.action == KeyAction::CLICK) { in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.h | 39 CLICK, // instant state when item clicked enumerator
|
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()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/ |
H A D | resschedadapter_fuzz.cpp | 72 adapter.ReportScene(status, ResSchedSceneAdapter::CLICK, nwebId); in ResSchedAdapterFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 51 constexpr char CLICK[] = "click"; variable 96 { CLICK, in ResSchedDataReport()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_utils.h | 73 CLICK = 0x00000001, enumerator
|
H A D | accessibility_node.cpp | 38 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 D | render_text_overlay.cpp | 307 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 D | rosen_render_text_span.cpp | 90 markersMap.try_emplace(GestureType::CLICK, gestureEvent.click.eventMarker); in UpdateTouchRegions()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | js-apis-shortKey-sys.md | 114 | CLICK | 0x00000004 | 点击事件。 |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.h | 31 CLICK, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
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()
|
H A D | render_slider.h | 47 CLICK = 3, enumerator
|