summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Patch.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/Patch.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/Patch.h')
-rw-r--r--libs/hwui/Patch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Patch.h b/libs/hwui/Patch.h
index 0f0ffa2..45ce998 100644
--- a/libs/hwui/Patch.h
+++ b/libs/hwui/Patch.h
@@ -71,7 +71,7 @@ private:
void generateRow(TextureVertex*& vertex, float y1, float y2,
float v1, float v2, float stretchX, float width, float bitmapWidth,
uint32_t& quadCount);
- void generateQuad(TextureVertex*& vertex,
+ bool generateQuad(TextureVertex*& vertex,
float x1, float y1, float x2, float y2,
float u1, float v1, float u2, float v2,
uint32_t& quadCount);