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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java190 private PagedViewCellLayout mWidgetSpacingLayout; field in class:AppsCustomizePagedView
269 mWidgetSpacingLayout = new PagedViewCellLayout(getContext());
380 mWidgetSpacingLayout.setGap(mPageLayoutWidthGap, mPageLayoutHeightGap);
381 mWidgetSpacingLayout.setPadding(mPageLayoutPaddingLeft, mPageLayoutPaddingTop,
383 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);
384 mCellCountX = mWidgetSpacingLayout.getCellCountX();
385 mCellCountY = mWidgetSpacingLayout.getCellCountY();
391 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxWidgetCellCountY);
392 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
393 mContentWidth = mWidgetSpacingLayout
[all...]
H A DWidgetPreviewLoader.java114 private PagedViewCellLayout mWidgetSpacingLayout; field in class:WidgetPreviewLoader
173 mWidgetSpacingLayout = widgetSpacingLayout;
433 mWidgetSpacingLayout.estimateCellWidth(spanX));
438 mWidgetSpacingLayout.estimateCellHeight(spanY));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java109 private PagedViewCellLayout mWidgetSpacingLayout; field in class:WidgetPreviewLoader
157 mWidgetSpacingLayout = widgetSpacingLayout;
428 mWidgetSpacingLayout.estimateCellWidth(spanX));
433 mWidgetSpacingLayout.estimateCellHeight(spanY));
H A DAppsCustomizePagedView.java187 private PagedViewCellLayout mWidgetSpacingLayout; field in class:AppsCustomizePagedView
265 mWidgetSpacingLayout = new PagedViewCellLayout(getContext());
369 mWidgetSpacingLayout.setPadding(mPageLayoutPaddingLeft, mPageLayoutPaddingTop,
380 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
407 int[] pos = mWidgetSpacingLayout.estimateCellPosition(mClingFocusedX, mClingFocusedY);
411 pos[0] += (getMeasuredWidth() - mWidgetSpacingLayout.getMeasuredWidth()) / 2 +
1224 maxPreviewWidth, maxPreviewHeight, mWidgetSpacingLayout);

Completed in 67 milliseconds