Home
last modified time | relevance | path

Searched refs:BASE_SCREEN_DENSITY (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp422 double adaptWidthWatch = realDeviceWidth * BASE_SCREEN_DENSITY / density; in AdaptDeviceType()
429 double adaptWidthTv = realDeviceWidth * BASE_SCREEN_DENSITY / density; in AdaptDeviceType()
436 double adaptWidthPhone = realDeviceWidth * BASE_SCREEN_DENSITY / density; in AdaptDeviceType()
443 double adaptWidthPhone = realDeviceWidth * BASE_SCREEN_DENSITY / density; in AdaptDeviceType()
450 double adaptWidthTablet = realDeviceWidth * BASE_SCREEN_DENSITY / density; in AdaptDeviceType()
457 double adaptWidthCar = realDeviceWidth * BASE_SCREEN_DENSITY / density; in AdaptDeviceType()
H A DJsAppImpl.h153 const double BASE_SCREEN_DENSITY = 160; // Device Baseline Screen Density member in OHOS::JsAppImpl

Completed in 3 milliseconds