Home
last modified time | relevance | path

Searched refs:offsetY (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
171 offsetY = shadowOffset.offsetY; in GetShadowOffset()
294 int32_t InteractionManager::GetShadowOffset(int32_t &offsetX, int32_t &offsetY, int32_t &width, int32_t &height) in GetShadowOffset() argument
303 offsetY = shadowOffset.offsetY; in GetShadowOffset()
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h130 int32_t offsetY { -1 };
187 int32_t offsetY { -1 };
193 return offsetX == other.offsetX && offsetY == other.offsetY && in operator ==()
H A Dinteraction_manager.h263 * @param offsetY Indicates the y 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.cpp114 .offsetY = dragData_.shadowInfos.front().y, 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.cpp1419 dragAnimationData.offsetY = g_drawingInfo.pixelMapY; in InitDragAnimationData()
1884 cJSON *offsetY = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "drag_shadow_offsetY"); in ParserDragShadowInfo() local
1885 if (cJSON_IsNumber(offsetY)) { in ParserDragShadowInfo()
1886 filterInfo.offsetY = static_cast<float>(offsetY->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.cpp230 WRITEINT32(parcel, shadowOffset.offsetY, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling()
239 READINT32(parcel, shadowOffset.offsetY, E_DEVICESTATUS_READ_PARCEL_ERROR); in UnMarshalling()
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp204 parcel.WriteInt32(shadowOffset_.offsetY) && in Marshalling()
214 parcel.ReadInt32(shadowOffset_.offsetY) && 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.cpp599 int32_t offsetY = 0; in HWTEST_F() local
616 ret = InteractionManager::GetInstance()->GetShadowOffset(offsetX, offsetY, width, height); in HWTEST_F()
1139 int32_t offsetY = 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.cpp210 .offsetY = SHADOWINFO_Y, 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.h153 float offsetY { 0.0f };
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp1719 int32_t offsetY = 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.cpp6469 float offsetY = 0; in GetScrollOffset() local
6476 webviewController->GetScrollOffset(&offsetX, &offsetY); in GetScrollOffset()
6480 napi_create_double(env, static_cast<double>(offsetY), &vertical); in GetScrollOffset()

Completed in 67 milliseconds