Home
last modified time | relevance | path

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

/build/make/core/
DMakefile1599 recovery_density_value := $(patsubst %dpi,%,$(recovery_density)) macro
1604 $(or $(if $(filter $(shell echo $$(($(recovery_density_value) >= 560))),1),xxxhdpi),\
1605 $(if $(filter $(shell echo $$(($(recovery_density_value) >= 400))),1),xxhdpi),\
1606 $(if $(filter $(shell echo $$(($(recovery_density_value) >= 280))),1),xhdpi),\
1607 $(if $(filter $(shell echo $$(($(recovery_density_value) >= 200))),1),hdpi,mdpi)))