Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getSpanForWidget

1140     static int[] getSpanForWidget(Context context, ComponentName component, int minWidth,
1150 static int[] getSpanForWidget(Context context, AppWidgetProviderInfo info) {
1151 return getSpanForWidget(context, info.provider, info.minWidth, info.minHeight);
1155 return getSpanForWidget(context, info.provider, info.minResizeWidth, info.minResizeHeight);
1158 static int[] getSpanForWidget(Context context, PendingAddWidgetInfo info) {
1159 return getSpanForWidget(context, info.componentName, info.minWidth, info.minHeight);
1163 return getSpanForWidget(context, info.componentName, info.minResizeWidth,
1183 int[] spanXY = getSpanForWidget(this, appWidgetInfo);