Home
last modified time | relevance | path

Searched refs:density (Results 1 – 4 of 4) sorted by relevance

/build/
Denvsetup.sh717 …local density="$(echo $* | xargs -n 1 echo | \grep -E '^(ldpi|mdpi|tvdpi|hdpi|xhdpi|xxhdpi|xxxhdpi…
733 if [ $(echo $density | wc -w) -gt 1 ]; then
734 echo "tapas: Error: Multiple densities supplied: $density"
750 if [ -z "$density" ]; then
751 density=alldpi
756 export TARGET_BUILD_DENSITY=$density
/build/make/
Denvsetup.sh717 …local density="$(echo $* | xargs -n 1 echo | \grep -E '^(ldpi|mdpi|tvdpi|hdpi|xhdpi|xxhdpi|xxxhdpi…
733 if [ $(echo $density | wc -w) -gt 1 ]; then
734 echo "tapas: Error: Multiple densities supplied: $density"
750 if [ -z "$density" ]; then
751 density=alldpi
756 export TARGET_BUILD_DENSITY=$density
/build/soong/cmd/extract_apks/
Dmain.go485 for _, density := range strings.Split(densityList, ",") {
486 v, found := android_bundle_proto.ScreenDensity_DensityAlias_value[density]
488 return fmt.Errorf("bad screen density value: %q", density)
/build/make/core/
Ddefinitions.mk1884 $(addprefix --preferred-density ,$(PRIVATE_PRODUCT_AAPT_PREF_CONFIG)) \