Searched refs:ResolutionChanged (Results 1 - 8 of 8) sorted by relevance
| /ide/tools/previewer/test/mock/jsapp/ |
| H A D | MockJsApp.cpp | 40 void JsApp::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) { in ResolutionChanged() function in JsApp
|
| H A D | MockJsAppImpl.cpp | 29 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged() function in JsAppImpl
|
| /ide/tools/previewer/jsapp/ |
| H A D | JsApp.cpp | 174 void JsApp::ResolutionChanged(ResolutionParam&, int32_t, std::string) {} in ResolutionChanged() function in JsApp
|
| H A D | JsApp.h | 123 virtual void ResolutionChanged(ResolutionParam&, int32_t, std::string);
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.h | 67 void ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) override;
|
| H A D | JsAppImpl.cpp | 604 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged() function in JsAppImpl 669 ILOG("ResolutionChanged: %s %d %d %f", orientation.c_str(), aceRunArgs.deviceWidth, in SetResolutionParams() 930 ResolutionChanged(param, atoi(screenDensity.c_str()), reason); in FoldStatusChanged()
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 145 JsAppImpl::GetInstance().ResolutionChanged(param, screenDensity, reason); in TEST_F()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 490 JsAppImpl::GetInstance().ResolutionChanged(param, screenDensity, reason); in RunSet()
|
Completed in 9 milliseconds