Searched refs:UpdateContentSize (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_controller_test.cpp | 504 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 D | pip_fuzzer.cpp | 81 controller->UpdateContentSize(w, h); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_controller.h | 37 static napi_value UpdateContentSize(napi_env env, napi_callback_info info);
|
H A D | js_pip_controller.cpp | 39 …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 D | picture_in_picture_controller.h | 74 void UpdateContentSize(int32_t width, int32_t height);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_controller.cpp | 195 UpdateContentSize(windowRect_.width_, windowRect_.height_); in StartPictureInPicture() 431 void PictureInPictureController::UpdateContentSize(int32_t width, int32_t height) in UpdateContentSize() function in OHOS::Rosen::PictureInPictureController
|