HomeSort by relevance Sort by last modified time
    Searched refs:mWidgetSpacingLayout (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 193 private PagedViewCellLayout mWidgetSpacingLayout;
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.getContentWidth()
    [all...]
WidgetPreviewLoader.java 116 private PagedViewCellLayout mWidgetSpacingLayout;
188 mWidgetSpacingLayout = widgetSpacingLayout;
467 mWidgetSpacingLayout.estimateCellWidth(spanX));
472 mWidgetSpacingLayout.estimateCellHeight(spanY));

Completed in 269 milliseconds