Searched defs:getSpanForWidget (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1184 static int[] getSpanForWidget(Context context, ComponentName component, int minWidth, method in class:Launcher
1194 static int[] getSpanForWidget(Context context, AppWidgetProviderInfo info) { method in class:Launcher
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) { method in class:Launcher
1203 return getSpanForWidget(context, info.componentName, info.info.minWidth,
1208 return getSpanForWidget(context, info.componentName, info.info.minResizeWidth,
1228 int[] spanXY = getSpanForWidget(this, appWidgetInfo);

Completed in 38 milliseconds