Home
last modified time | relevance | path

Searched defs:density (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp384 string density = std::to_string(aceRunArgs.deviceConfig.density); in UpdateConfiguration() local
415 double density = screenDendity > 0 ? screenDendity : watchScreenDensity; in AdaptDeviceType() local
422 double density = screenDendity > 0 ? screenDendity : tvScreenDensity; in AdaptDeviceType() local
429 double density = screenDendity > 0 ? screenDendity : phoneScreenDensity; in AdaptDeviceType() local
436 double density = screenDendity > 0 ? screenDendity : twoInOneScreenDensity; in AdaptDeviceType() local
443 double density = screenDendity > 0 ? screenDendity : tabletScreenDensity; in AdaptDeviceType() local
450 double density = screenDendity > 0 ? screenDendity : carScreenDensity; in AdaptDeviceType() local
/ide/tools/previewer/util/
DCommandParser.cpp737 string density = Value("sd"); in IsScreenDensityValid() local
/ide/tools/previewer/test/unittest/jsapp/
DJsAppImplTest.cpp660 int density = 480; in TEST_F() local