Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getSpanForWidget

1556     private int[] getSpanForWidget(ComponentName component, int minWidth, int minHeight) {
1565 public int[] getSpanForWidget(AppWidgetProviderInfo info) {
1566 return getSpanForWidget(info.provider, info.minWidth, info.minHeight);
1570 return getSpanForWidget(info.provider, info.minResizeWidth, info.minResizeHeight);