Searched refs:minResizeWidth (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPendingAddItemInfo.java53 int minResizeWidth; field in class:PendingAddWidgetInfo
72 minResizeWidth = i.minResizeWidth;
86 minResizeWidth = copy.minResizeWidth;
H A DLauncher.java1499 return getSpanForWidget(context, info.provider, info.minResizeWidth, info.minResizeHeight);
1507 return getSpanForWidget(context, info.componentName, info.minResizeWidth,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1173 return getSpanForWidget(context, info.provider, info.minResizeWidth, info.minResizeHeight);
1182 return getSpanForWidget(context, info.componentName, info.info.minResizeWidth,

Completed in 121 milliseconds