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 190 private PagedViewCellLayout mWidgetSpacingLayout;
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.getContentWidth()
    [all...]
WidgetPreviewLoader.java 112 private PagedViewCellLayout mWidgetSpacingLayout;
158 mWidgetSpacingLayout = widgetSpacingLayout;
412 mWidgetSpacingLayout.estimateCellWidth(spanX));
417 mWidgetSpacingLayout.estimateCellHeight(spanY));

Completed in 34 milliseconds