Home
last modified time | relevance | path

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

/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp40 void JsApp::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) { in ResolutionChanged() function in JsApp
H A DMockJsAppImpl.cpp29 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged() function in JsAppImpl
/ide/tools/previewer/jsapp/
H A DJsApp.cpp174 void JsApp::ResolutionChanged(ResolutionParam&, int32_t, std::string) {} in ResolutionChanged() function in JsApp
H A DJsApp.h123 virtual void ResolutionChanged(ResolutionParam&, int32_t, std::string);
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h67 void ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) override;
H A DJsAppImpl.cpp604 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 DJsAppImplTest.cpp145 JsAppImpl::GetInstance().ResolutionChanged(param, screenDensity, reason); in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp490 JsAppImpl::GetInstance().ResolutionChanged(param, screenDensity, reason); in RunSet()

Completed in 9 milliseconds