From fb13abd800cd610c7f46815848545feff83e5748 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Sun, 16 Jan 2011 15:16:38 -0800 Subject: Fix 9patch rendering in ExpandableListView. Change-Id: I60843d61a40b0cb7dd09923cb4489a5a76f20486 --- libs/hwui/Debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/hwui/Debug.h') 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 -- cgit v1.1