/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_native_embed_touch_event_impl.cpp | 64 float ArkWebNativeEmbedTouchEventImpl::GetScreenY() in GetScreenY() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventImpl 66 return nweb_native_embed_touch_event_->GetScreenY(); in GetScreenY()
|
H A D | ark_web_native_embed_touch_event_impl.h | 47 float GetScreenY() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_native_embed_touch_event_wrapper.cpp | 64 float ArkWebNativeEmbedTouchEventWrapper::GetScreenY() in GetScreenY() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventWrapper 66 return ark_web_native_embed_touch_event_->GetScreenY(); in GetScreenY()
|
H A D | ark_web_native_embed_touch_event_wrapper.h | 46 float GetScreenY() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_native_embed_touch_event.h | 52 virtual float GetScreenY() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | point.h | 62 double GetScreenY() const in GetScreenY() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_drag_function.h | 54 void GetScreenY(const JSCallbackInfo& args);
|
H A D | js_drag_function.cpp | 109 JSClass<JsDragEvent>::CustomMethod("getDisplayY", &JsDragEvent::GetScreenY); in JSBind() 151 void JsDragEvent::GetScreenY(const JSCallbackInfo& args) in GetScreenY() function in OHOS::Ace::Framework::JsDragEvent 153 auto yValue = JSVal(ToJSValue(PipelineBase::Px2VpWithCurrentDensity(dragEvent_->GetScreenY()))); in GetScreenY()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_event.h | 98 double GetScreenY() const in GetScreenY() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_drag_modifier.cpp | 97 event.dragEvent.screenY = info->GetScreenY(); in SetDragEventProperty()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 289 virtual float GetScreenY() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 1156 event->SetScreenY((double)point.GetScreenY()); in FireOnDragEvent() 1513 notifyEvent->SetScreenY((double)point.GetScreenY()); in UpdateNotifyDragEvent() 1529 event->SetScreenY(point.GetScreenY()); in UpdateDragEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 532 float GetScreenY() const in GetScreenY() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6452 .SetScreenY(touchEvent->GetScreenY()) in SetTouchEventInfo()
|