This expression is not correct when Width measured in dpi: ``` javascript screenWidth = params.width || Ti.Platform.displayCaps.getPlatformWidth(); if (OS_ANDROID) { screenWidth /= Ti.Platform.displayCaps.logicalDensityFactor; } ```