Home
last modified time | relevance | path

Searched refs:UpdateContentSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp504 pipControl->UpdateContentSize(width, height);
506 pipControl->UpdateContentSize(width, height);
509 pipControl->UpdateContentSize(width, height);
511 pipControl->UpdateContentSize(width, height);
514 pipControl->UpdateContentSize(width, height);
516 pipControl->UpdateContentSize(width, height);
538 pipControl->UpdateContentSize(width, height);
544 pipControl->UpdateContentSize(width, height);
548 pipControl->UpdateContentSize(width, height);
550 pipControl->UpdateContentSize(width, height);
[all …]
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/pip_fuzzer/
H A Dpip_fuzzer.cpp81 controller->UpdateContentSize(w, h); in DoSomethingInterestingWithMyAPI()
/ohos5.0/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.cpp39 …ndNativeFunction(env, object, "updateContentSize", moduleName, JsPipController::UpdateContentSize); in BindFunctions()
189 napi_value JsPipController::UpdateContentSize(napi_env env, napi_callback_info info) in UpdateContentSize() function in OHOS::Rosen::JsPipController
223 pipController_->UpdateContentSize(width, height); in OnUpdateContentSize()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h74 void UpdateContentSize(int32_t width, int32_t height);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp195 UpdateContentSize(windowRect_.width_, windowRect_.height_); in StartPictureInPicture()
431 void PictureInPictureController::UpdateContentSize(int32_t width, int32_t height) in UpdateContentSize() function in OHOS::Rosen::PictureInPictureController