Merge "Add native flag to reflect new density type" into lmp-dev

This commit is contained in:
Adam Lesinski 2014-08-25 21:42:35 +00:00 committed by Android (Google) Code Review
commit f00945cfd7
1 changed files with 1 additions and 0 deletions

View File

@ -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,