summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Debug.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-01-16 15:16:38 -0800
committerRomain Guy <romainguy@google.com>2011-01-16 15:16:38 -0800
commitfb13abd800cd610c7f46815848545feff83e5748 (patch)
tree299f1c241fc360cbf3016adee07ac3db46750203 /libs/hwui/Debug.h
parent90fc03bc493fc2c984599b198b9d50bc387134f2 (diff)
downloadframeworks_base-fb13abd800cd610c7f46815848545feff83e5748.zip
frameworks_base-fb13abd800cd610c7f46815848545feff83e5748.tar.gz
frameworks_base-fb13abd800cd610c7f46815848545feff83e5748.tar.bz2
Fix 9patch rendering in ExpandableListView.
Change-Id: I60843d61a40b0cb7dd09923cb4489a5a76f20486
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r--libs/hwui/Debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h
index bdd8e73..71ec760 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