All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffold.libs_as.flair.utils.displayMetrics.getDeviceDensity.as Maven / Gradle / Ivy

package flair.utils.displayMetrics
{
	/**
	 * Get device density that is used to compute density scale (by default its a bucket density mdpi 160, hdpi 240, xhdpi 320, etc...).
	 * If you want to adjust scale globally, this is the right place to do it. You also could for example return physical density from Density ane
	 * to scale assets to physical (real) density insteadof bucket (mdpi 160, hdpi 240, xhdpi 320,...) density.
	 */
	internal function getDeviceDensity() : Number
	{
		return densityDpi;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy