Home
last modified time | relevance | path

Searched refs:UpdateContentSize (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.h44 void UpdateContentSize(const SizeF& size, const RefPtr<LayoutWrapper> layoutWrapper);
H A Dtextpicker_layout_algorithm.cpp215 UpdateContentSize(frameSize, childLayoutWrapper); in ChangeTextStyle()
218 void TextPickerLayoutAlgorithm::UpdateContentSize(const SizeF& size, const RefPtr<LayoutWrapper> layoutWrapper) in UpdateContentSize() function in OHOS::Ace::NG::TextPickerLayoutAlgorithm
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp489 * @tc.desc: UpdateContentSize
503 pipControl->UpdateContentSize(width, height); in HWTEST_F()
505 pipControl->UpdateContentSize(width, height); in HWTEST_F()
508 pipControl->UpdateContentSize(width, height); in HWTEST_F()
510 pipControl->UpdateContentSize(width, height); in HWTEST_F()
513 pipControl->UpdateContentSize(width, height); in HWTEST_F()
515 pipControl->UpdateContentSize(width, height); in HWTEST_F()
520 * @tc.desc: UpdateContentSize
537 pipControl->UpdateContentSize(width, height); in HWTEST_F()
543 pipControl->UpdateContentSize(widt in HWTEST_F()
[all...]
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_controller.h37 static napi_value UpdateContentSize(napi_env env, napi_callback_info info);
H A Djs_pip_controller.cpp44 BindNativeFunction(env, object, "updateContentSize", moduleName, JsPipController::UpdateContentSize); in BindFunctions()
194 napi_value JsPipController::UpdateContentSize(napi_env env, napi_callback_info info) in UpdateContentSize() function in OHOS::Rosen::JsPipController
228 pipController_->UpdateContentSize(width, height); in OnUpdateContentSize()
/foundation/window/window_manager/test/fuzztest/wms/pip_fuzzer/
H A Dpip_fuzzer.cpp81 controller->UpdateContentSize(w, h); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h77 void UpdateContentSize(int32_t width, int32_t height);
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp205 UpdateContentSize(windowRect_.width_, windowRect_.height_); in StartPictureInPicture()
457 void PictureInPictureController::UpdateContentSize(int32_t width, int32_t height) in UpdateContentSize() function in OHOS::Rosen::PictureInPictureController
465 TLOGD(WmsLogTag::WMS_PIP, "UpdateContentSize is disabled when state: %{public}u", curState_); in UpdateContentSize()
486 TLOGI(WmsLogTag::WMS_PIP, "UpdateContentSize window: %{public}u width:%{public}u height:%{public}u", in UpdateContentSize()

Completed in 6 milliseconds