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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAppWidgetInfo.java43 int minHeight = -1; field in class:LauncherAppWidgetInfo
59 // to indicate that they should be calculated based on the layout and minWidth/minHeight
H A DPendingAddItemInfo.java35 int minHeight; field in class:PendingAddWidgetInfo
48 minHeight = i.minHeight;
H A DLauncher.java920 int[] getSpanForWidget(ComponentName component, int minWidth, int minHeight, int[] spanXY) { argument
929 int requiredHeight = minHeight + padding.top + padding.bottom;
934 return getSpanForWidget(info.provider, info.minWidth, info.minHeight, spanXY);
942 return getSpanForWidget(info.componentName, info.minWidth, info.minHeight, spanXY);

Completed in 149 milliseconds