Refactoring out grid occupancy management in a separate class

Change-Id: I37a830c0f2eb0a0dd4f5fc78fa29127cb18cb3c2
This commit is contained in:
Sunny Goyal
2016-04-02 14:12:34 -07:00
parent 3c4b03dd01
commit ff4ba2d995
8 changed files with 392 additions and 379 deletions
@@ -14,7 +14,7 @@
* the License.
*/
package com.android.launcher3;
package com.android.launcher3.util;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;