Home
last modified time | relevance | path

Searched refs:GetScreenY (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_embed_touch_event_impl.cpp64 float ArkWebNativeEmbedTouchEventImpl::GetScreenY() in GetScreenY() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventImpl
66 return nweb_native_embed_touch_event_->GetScreenY(); in GetScreenY()
H A Dark_web_native_embed_touch_event_impl.h47 float GetScreenY() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_embed_touch_event_wrapper.cpp64 float ArkWebNativeEmbedTouchEventWrapper::GetScreenY() in GetScreenY() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventWrapper
66 return ark_web_native_embed_touch_event_->GetScreenY(); in GetScreenY()
H A Dark_web_native_embed_touch_event_wrapper.h46 float GetScreenY() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_native_embed_touch_event.h52 virtual float GetScreenY() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dpoint.h62 double GetScreenY() const in GetScreenY() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.h54 void GetScreenY(const JSCallbackInfo& args);
H A Djs_drag_function.cpp109 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 Ddrag_event.h98 double GetScreenY() const in GetScreenY() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp97 event.dragEvent.screenY = info->GetScreenY(); in SetDragEventProperty()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h289 virtual float GetScreenY() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1156 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 Dtouch_event.h532 float GetScreenY() const in GetScreenY() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6452 .SetScreenY(touchEvent->GetScreenY()) in SetTouchEventInfo()