OSDN Git Service

Don't load items which exceed the grid bounds
authorAdam Cohen <adamcohen@google.com>
Tue, 26 Nov 2013 18:34:59 +0000 (10:34 -0800)
committerAdam Cohen <adamcohen@google.com>
Thu, 12 Dec 2013 01:46:39 +0000 (17:46 -0800)
commitae4409dea97d03f0f0a9195ab648188efa2b5cc1
treec0d06a562025510c356f64b646422e7a6845b17b
parentfe69287b97d16c8941ab9463e4868fca45ad8152
Don't load items which exceed the grid bounds

-> Unified location where this is managed (with other placement verification)
-> For now, not deleting out of bounds items, but can turn it on in one line

Change-Id: I5e1a5cd357d80475ae40af7b89a0cd372d5c241b
src/com/android/launcher3/LauncherModel.java