OSDN Git Service

Adding bounds checking when updating container bounds.
authorWinson Chung <winsonc@google.com>
Wed, 8 Jul 2015 21:13:08 +0000 (14:13 -0700)
committerWinson Chung <winsonc@google.com>
Wed, 8 Jul 2015 23:21:00 +0000 (16:21 -0700)
commit73f0b9b015dc8ddd0ee60e73c741885e6b961343
treefd04d670b0bff7cac72a66d16a1c315a97d03969
parent5053abb0eb1cadc0dd13f135f6129b22c74207ca
Adding bounds checking when updating container bounds.

- Only update the container bounds from their defaults if
  the search bar bounds are valid
- Adding logging to see if we can track down cases where we
  are getting bad bounds

Bug: 22333435
Change-Id: If15b6e228226e82e0fb9c7ba0f5b8a7a5f1d2e68
src/com/android/launcher3/BaseContainerView.java