Home
last modified time | relevance | path

Searched refs:offsetX (Results 1 - 18 of 18) sorted by relevance

/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp166 int32_t InteractionManager::GetShadowOffset(int32_t &offsetX, int32_t &offsetY, int32_t &width, int32_t &height) in GetShadowOffset() argument
170 offsetX = shadowOffset.offsetX; in GetShadowOffset()
294 int32_t InteractionManager::GetShadowOffset(int32_t &offsetX, int32_t &offsetY, int32_t &width, int32_t &height) in GetShadowOffset() argument
302 offsetX = shadowOffset.offsetX; in GetShadowOffset()
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h129 int32_t offsetX { -1 };
186 int32_t offsetX { -1 };
193 return offsetX == other.offsetX && offsetY == other.offsetY && in operator ==()
H A Dinteraction_manager.h262 * @param offsetX Indicates the x coordinate.
269 int32_t GetShadowOffset(int32_t &offsetX, int32_t &offsetY, int32_t &width, int32_t &height);
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_data_manager.cpp113 .offsetX = dragData_.shadowInfos.front().x, in GetShadowOffset()
118 FI_HILOGD("offsetX:%{private}d, offsetY:%{private}d, width:%{public}d, height:%{public}d", in GetShadowOffset()
119 shadowOffset.offsetX, shadowOffset.offsetY, shadowOffset.width, shadowOffset.height); in GetShadowOffset()
H A Ddrag_drawing.cpp1418 dragAnimationData.offsetX = g_drawingInfo.pixelMapX; in InitDragAnimationData()
1880 cJSON *offsetX = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "drag_shadow_offsetX"); in ParserDragShadowInfo() local
1881 if (cJSON_IsNumber(offsetX)) { in ParserDragShadowInfo()
1882 filterInfo.offsetX = static_cast<float>(offsetX->valuedouble); in ParserDragShadowInfo()
1944 "shadowCorner:%{public}f, offsetX:%{private}f, offsetY:%{private}f, argb:%{public}u, elevation:%{public}f, " in PrintDragShadowInfo()
1947 filterInfo.shadowColorStrategy, filterInfo.shadowCorner, filterInfo.offsetX, filterInfo.offsetY, in PrintDragShadowInfo()
3151 pixelMapNode->SetShadowOffset(g_drawingInfo.filterInfo.offsetX, g_drawingInfo.filterInfo.offsetY); in SetDragShadow()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h858 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup()
911 virtual void CreateOverlay(void* data, size_t len, int width, int height, int offsetX, int offsetY, int rectWidth, in CreateOverlay() argument
918 virtual void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) {} in OnOverlayStateChanged() argument
857 OnShowAutofillPopup( const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) OnShowAutofillPopup() argument
/base/msdp/device_status/utils/common/src/
H A Ddrag_data_packer.cpp229 WRITEINT32(parcel, shadowOffset.offsetX, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling()
238 READINT32(parcel, shadowOffset.offsetX, E_DEVICESTATUS_READ_PARCEL_ERROR); in UnMarshalling()
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp203 parcel.WriteInt32(shadowOffset_.offsetX) && in Marshalling()
213 parcel.ReadInt32(shadowOffset_.offsetX) && in Unmarshalling()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h631 const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h535 void OnShowAutofillPopup(const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) override;
H A Dark_web_handler_impl.cpp795 const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) in OnShowAutofillPopup()
797 nweb_handler_->OnShowAutofillPopup(offsetX, offsetY, ArkWebStringVectorStructToClass(menu_items)); in OnShowAutofillPopup()
794 OnShowAutofillPopup( const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) OnShowAutofillPopup() argument
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp598 int32_t offsetX = 0; in HWTEST_F() local
616 ret = InteractionManager::GetInstance()->GetShadowOffset(offsetX, offsetY, width, height); in HWTEST_F()
1138 int32_t offsetX = 0; in HWTEST_F() local
1142 int32_t ret = InteractionManager::GetInstance()->GetShadowOffset(offsetX, offsetY, width, height); in HWTEST_F()
/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddrag_data_manager_test.cpp209 .offsetX = SHADOWINFO_X, in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h544 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) override;
H A Dark_web_handler_wrapper.cpp861 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup()
864 ark_web_handler_->OnShowAutofillPopup(offsetX, offsetY, stMenuItems); in OnShowAutofillPopup()
860 OnShowAutofillPopup( const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) OnShowAutofillPopup() argument
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h152 float offsetX { 0.0f };
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp1718 int32_t offsetX = 0; in HWTEST_F() local
1738 ret = InteractionManager::GetInstance()->GetShadowOffset(offsetX, offsetY, width, height); in HWTEST_F()
1739 FI_HILOGD("offsetX:%{public}d, offsetY:%{public}d, width:%{public}d, height:%{public}d", in HWTEST_F()
1740 offsetX, offsetY, width, height); in HWTEST_F()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp6468 float offsetX = 0; in GetScrollOffset() local
6476 webviewController->GetScrollOffset(&offsetX, &offsetY); in GetScrollOffset()
6479 napi_create_double(env, static_cast<double>(offsetX), &horizontal); in GetScrollOffset()

Completed in 36 milliseconds