diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-08-25 21:42:35 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-25 21:42:39 +0000 |
commit | f00945cfd7b105ad83aa0e26478681ee2ebf9bb7 (patch) | |
tree | 7c180a70c5fd864b5db71dae69e9b1d0be134525 /include | |
parent | 47c166a9ad740707f86719e0de56e20c73f407c1 (diff) | |
parent | 16d08a595edeeed53fa6164578d2d4f63092aaec (diff) | |
download | frameworks_native-f00945cfd7b105ad83aa0e26478681ee2ebf9bb7.zip frameworks_native-f00945cfd7b105ad83aa0e26478681ee2ebf9bb7.tar.gz frameworks_native-f00945cfd7b105ad83aa0e26478681ee2ebf9bb7.tar.bz2 |
Merge "Add native flag to reflect new density type" into lmp-dev
Diffstat (limited to 'include')
-rw-r--r-- | include/android/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h index 97d4c42..be00066 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -45,6 +45,7 @@ enum { ACONFIGURATION_DENSITY_XHIGH = 320, ACONFIGURATION_DENSITY_XXHIGH = 480, ACONFIGURATION_DENSITY_XXXHIGH = 640, + ACONFIGURATION_DENSITY_ANY = 0xfffe, ACONFIGURATION_DENSITY_NONE = 0xffff, ACONFIGURATION_KEYBOARD_ANY = 0x0000, |