OSDN Git Service

Update the layer's alpha value upon composition of the layer
authorDigish Pandya <digishp@codeaurora.org>
Mon, 4 Nov 2013 01:00:25 +0000 (06:30 +0530)
committerDigish Pandya <digishp@codeaurora.org>
Tue, 5 Nov 2013 03:52:37 +0000 (09:22 +0530)
commita5ff739d3c9e15d07f1d5c644b4f11205cdac0e8
treeee98034d893f195d9f692735e75ee22a816601da
parent1f8350935caa6a44ef2608e34d4e3a91db4424a7
Update the layer's alpha value upon composition of the layer

Fixes: This patch makes sure that the layer's alpha value is
up-to-date and does not reflect the previous view's alpha value.
it fixes the square block on marquee fading edge when text view
is applied transparency.

Change-Id: I110649db72a75fecc02ba56c201a05773f80328c
libs/hwui/OpenGLRenderer.cpp