Searched refs:AdaptDeviceType (Results 1 - 3 of 3) sorted by relevance
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 602 JsAppImpl::GetInstance().AdaptDeviceType(JsAppImpl::GetInstance().aceRunArgs, type, width, height); in TEST_F() 605 JsAppImpl::GetInstance().AdaptDeviceType(JsAppImpl::GetInstance().aceRunArgs, type, width, height); in TEST_F() 608 JsAppImpl::GetInstance().AdaptDeviceType(JsAppImpl::GetInstance().aceRunArgs, type, width, height); in TEST_F() 611 JsAppImpl::GetInstance().AdaptDeviceType(JsAppImpl::GetInstance().aceRunArgs, type, width, height); in TEST_F() 614 JsAppImpl::GetInstance().AdaptDeviceType(JsAppImpl::GetInstance().aceRunArgs, type, width, height); in TEST_F() 617 JsAppImpl::GetInstance().AdaptDeviceType(JsAppImpl::GetInstance().aceRunArgs, type, width, height); in TEST_F() 620 JsAppImpl::GetInstance().AdaptDeviceType(JsAppImpl::GetInstance().aceRunArgs, type, width, height); in TEST_F()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 124 AdaptDeviceType(aceRunArgs, commandInfo.deviceType, aceRunArgs.deviceWidth); in OrientationChanged() 186 AdaptDeviceType(args, commandInfo.deviceType, ConvertFoldStatus(screenInfo.foldStatus) == in SetJsAppArgs() 416 void JsAppImpl::AdaptDeviceType(Platform::AceRunArgs& args, const std::string type, in AdaptDeviceType() function in JsAppImpl 660 AdaptDeviceType(aceRunArgs, commandInfo.deviceType, changedOriginWidth); in SetResolutionParams() 765 AdaptDeviceType(args, commandInfo.deviceType, aceRunArgs.deviceWidth); in ParseSystemParams() 777 AdaptDeviceType(args, deviceType, args.deviceWidth, paramObj["dpi"].AsDouble()); in ParseSystemParams()
|
| H A D | JsAppImpl.h | 146 void AdaptDeviceType(OHOS::Ace::Platform::AceRunArgs& args, const std::string,
|
Completed in 4 milliseconds