Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getSpanForWidget

1184     static int[] getSpanForWidget(Context context, ComponentName component, int minWidth,
1194 static int[] getSpanForWidget(Context context, AppWidgetProviderInfo info) {
1195 return getSpanForWidget(context, info.provider, info.minWidth, info.minHeight);
1199 return getSpanForWidget(context, info.provider, info.minResizeWidth, info.minResizeHeight);
1202 static int[] getSpanForWidget(Context context, PendingAddWidgetInfo info) {
1203 return getSpanForWidget(context, info.componentName, info.info.minWidth,
1208 return getSpanForWidget(context, info.componentName, info.info.minResizeWidth,
1228 int[] spanXY = getSpanForWidget(this, appWidgetInfo);