diff options
| author | 2011-01-16 15:16:38 -0800 | |
|---|---|---|
| committer | 2011-01-16 15:16:38 -0800 | |
| commit | fb13abd800cd610c7f46815848545feff83e5748 (patch) | |
| tree | 299f1c241fc360cbf3016adee07ac3db46750203 /libs/hwui/Debug.h | |
| parent | 90fc03bc493fc2c984599b198b9d50bc387134f2 (diff) | |
Fix 9patch rendering in ExpandableListView.
Change-Id: I60843d61a40b0cb7dd09923cb4489a5a76f20486
Diffstat (limited to 'libs/hwui/Debug.h')
| -rw-r--r-- | libs/hwui/Debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index bdd8e7357200..71ec7609f0d0 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h @@ -37,6 +37,10 @@ // Turn on to display vertex and tex coords data about 9patch objects // This flag requires DEBUG_PATCHES to be turned on #define DEBUG_PATCHES_VERTICES 0 +// Turn on to display vertex and tex coords data used by empty quads +// in 9patch objects +// This flag requires DEBUG_PATCHES to be turned on +#define DEBUG_PATCHES_EMPTY_VERTICES 0 // Turn on to display debug info about paths #define DEBUG_PATHS 0 |