OSDN Git Service

Move clip bound execution into drawChild()
authorChris Craik <ccraik@google.com>
Tue, 5 Aug 2014 00:55:22 +0000 (17:55 -0700)
committerChris Craik <ccraik@google.com>
Tue, 5 Aug 2014 18:01:53 +0000 (18:01 +0000)
commite4cf152cb766784b514f99caf82da5648e5de358
treed2af98d68747a3184167b2610f1b40ac25f440ba
parentf174c6e6de6ba863179401aa7b3d55d91ceed707
Move clip bound execution into drawChild()

bug:15698973

This makes native and java implementations match up in the sequence of
clip vs applying other properties / draw calls.

Change-Id: Ia75e00c5b42f81ecd516722ef1c5233d483e0c97
core/java/android/view/View.java
core/java/android/view/ViewGroup.java