Searched refs:mWidgetSpacingLayout (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java193 private PagedViewCellLayout mWidgetSpacingLayout; field in class:AppsCustomizePagedView
272 mWidgetSpacingLayout = new PagedViewCellLayout(getContext());
383 mWidgetSpacingLayout.setGap(mPageLayoutWidthGap, mPageLayoutHeightGap);
384 mWidgetSpacingLayout.setPadding(mPageLayoutPaddingLeft, mPageLayoutPaddingTop,
386 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);
387 mCellCountX = mWidgetSpacingLayout.getCellCountX();
388 mCellCountY = mWidgetSpacingLayout.getCellCountY();
394 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxWidgetCellCountY);
395 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
396 mContentWidth = mWidgetSpacingLayout
[all...]
H A DWidgetPreviewLoader.java116 private PagedViewCellLayout mWidgetSpacingLayout; field in class:WidgetPreviewLoader
188 mWidgetSpacingLayout = widgetSpacingLayout;
467 mWidgetSpacingLayout.estimateCellWidth(spanX));
472 mWidgetSpacingLayout.estimateCellHeight(spanY));

Completed in 29 milliseconds