/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 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 D | drag_data.h | 129 int32_t offsetX { -1 }; 186 int32_t offsetX { -1 }; 193 return offsetX == other.offsetX && offsetY == other.offsetY && in operator ==()
|
H A D | interaction_manager.h | 262 * @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 D | drag_data_manager.cpp | 113 .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 D | drag_drawing.cpp | 1418 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 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 | 229 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 D | drag_params.cpp | 203 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 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 | 598 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 D | drag_data_manager_test.cpp | 209 .offsetX = SHADOWINFO_X, 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 | 152 float offsetX { 0.0f };
|
/base/msdp/device_status/test/unittest/frameworks/src/ |
H A D | interaction_manager_test.cpp | 1718 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 D | napi_webview_controller.cpp | 6468 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()
|