summaryrefslogtreecommitdiffstats
path: root/include/utils
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-07-17 11:13:48 -0700
committerDianne Hackborn <hackbod@google.com>2009-07-17 16:59:08 -0700
commita53b828635fce8b6b2d3e3377d74d72070056623 (patch)
tree42f4ba9bbf7d8656a4761d6fe5dcd4976cf19369 /include/utils
parent09a903ab5b8d940605783ae4ee591c0f090a31d1 (diff)
downloadframeworks_base-a53b828635fce8b6b2d3e3377d74d72070056623.zip
frameworks_base-a53b828635fce8b6b2d3e3377d74d72070056623.tar.gz
frameworks_base-a53b828635fce8b6b2d3e3377d74d72070056623.tar.bz2
Add "nodpi" density, and expose a bunch of density-related APIs.
Also update the DpiTest app to use nodpi images, and try to have a mode where it turns off compatibility though it's not quite working.
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/ResourceTypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utils/ResourceTypes.h b/include/utils/ResourceTypes.h
index 93bca4a..3819335 100644
--- a/include/utils/ResourceTypes.h
+++ b/include/utils/ResourceTypes.h
@@ -825,7 +825,8 @@ struct ResTable_config
};
enum {
- DENSITY_ANY = 0
+ DENSITY_DEFAULT = 0,
+ DENSITY_NONE = 0xffff
};
union {