DescriptionAdd a proper shadow to the experimental app list search box.
This CL adds a shadow border to the experimental app list's search box
view. Several changes were necessary to make this happen.
- The search box's actual content is now inside a container view so that
the shadow border will paint in the correct order.
- A custom event targeter has been placed on the search box widget to
allow clicks on the shadow area to pass through to the content beneath.
- The search box widget's position has to account for the extra space
due to the shadow border. The search box is still manipulated in terms
of its main content area and the border offsets are calculated and
applied when the widget's bounds are set.
BUG=453653
Committed: https://crrev.com/1810cd74f7f74270731e4caedd9d1739e83d34d0
Cr-Commit-Position: refs/heads/master@{#314511}
Patch Set 1 : #
Total comments: 9
Patch Set 2 : fix_test #
Total comments: 4
Patch Set 3 : address_comments #
Messages
Total messages: 15 (5 generated)
|