resolved conflicts for merge of 13ef17a3 to mnc-dr-dev

b/22609402
Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
This commit is contained in:
Hyunyoung Song
2015-07-21 17:01:26 -07:00
committed by Ed Heyl
parent a83129f0bc
commit e612775922
630 changed files with 23761 additions and 21647 deletions
@@ -0,0 +1,14 @@
package com.android.launcher3;
public interface CustomAppWidget {
public String getLabel();
public int getPreviewImage();
public int getIcon();
public int getWidgetLayout();
public int getSpanX();
public int getSpanY();
public int getMinSpanX();
public int getMinSpanY();
public int getResizeMode();
}