OSDN Git Service

Fix getChildVisibleRect to clip correctly.
authorGeorge Mount <mount@google.com>
Tue, 11 Nov 2014 20:54:43 +0000 (12:54 -0800)
committerGeorge Mount <mount@google.com>
Wed, 12 Nov 2014 16:04:34 +0000 (08:04 -0800)
commit002d43d29b84e8a4e55c995a350783e80132d61a
tree5513a50388865b24faa110fb772c83759dc13987
parent7d3d5feb31e393c97381f512995d9d799d18304f
Fix getChildVisibleRect to clip correctly.

Bug 18292516

getClipVisibleRect now takes into account clipChildren,
clipBounds, and clipToPadding.

Change-Id: I181cd68354e70767868e9edd56bf82a58357391d
core/java/android/view/ViewGroup.java