Home
last modified time | relevance | path

Searched defs:offsetX (Results 1 – 11 of 11) sorted by relevance

/base/msdp/device_status/frameworks/native/interaction/src/
Dinteraction_manager.cpp148 int32_t InteractionManager::GetShadowOffset(int32_t &offsetX, int32_t &offsetY, int32_t &width, int… in GetShadowOffset()
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_handler.h892 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup()
932 …virtual void CreateOverlay(void* data, size_t len, int width, int height, int offsetX, int offsetY… in CreateOverlay()
939 virtual void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) {} in OnOverlayStateChanged()
Dnweb.h1658 … int64_t accessibilityId, int32_t* width, int32_t* height, int32_t* offsetX, int32_t* offsetY) in GetAccessibilityNodeRectById()
/base/msdp/device_status/test/unittest/intention/drag/src/
Ddrag_manager_test.cpp598 int32_t offsetX = 0; variable
1138 int32_t offsetX = 0; variable
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_handler_impl.cpp796 const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) in OnShowAutofillPopup()
Dark_web_nweb_wrapper.cpp1473 int64_t accessibilityId, int32_t* width, int32_t* height, int32_t* offsetX, int32_t* offsetY) in GetAccessibilityNodeRectById()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_handler_wrapper.cpp899 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup()
Dark_web_nweb_impl.cpp1244 int64_t accessibilityId, int32_t* width, int32_t* height, int32_t* offsetX, int32_t* offsetY) in GetAccessibilityNodeRectById()
/base/msdp/device_status/test/unittest/frameworks/src/
Dinteraction_manager_test.cpp1702 int32_t offsetX = 0; variable
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp1640 cJSON *offsetX = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "drag_shadow_offsetX"); in ParserDragShadowInfo() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp6467 float offsetX = 0; in GetScrollOffset() local