/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 166 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 D | drag_data.h | 130 int32_t offsetY { -1 }; 187 int32_t offsetY { -1 }; 193 return offsetX == other.offsetX && offsetY == other.offsetY && in operator ==()
|
H A D | interaction_manager.h | 263 * @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 D | drag_data_manager.cpp | 114 .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 D | drag_drawing.cpp | 1419 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 D | nweb_handler.h | 858 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 D | drag_data_packer.cpp | 230 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 D | drag_params.cpp | 204 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 D | ark_web_handler.h | 631 const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 535 void OnShowAutofillPopup(const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) override;
|
H A D | ark_web_handler_impl.cpp | 795 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 D | drag_manager_test.cpp | 599 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 D | drag_data_manager_test.cpp | 210 .offsetY = SHADOWINFO_Y, in HWTEST_F()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.h | 544 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) override;
|
H A D | ark_web_handler_wrapper.cpp | 861 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 D | drag_drawing.h | 153 float offsetY { 0.0f };
|
/base/msdp/device_status/test/unittest/frameworks/src/ |
H A D | interaction_manager_test.cpp | 1719 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 D | napi_webview_controller.cpp | 6469 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()
|