Searched refs:mWidgetSpacingLayout (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | AppsCustomizePagedView.java | 193 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 D | WidgetPreviewLoader.java | 116 private PagedViewCellLayout mWidgetSpacingLayout; field in class:WidgetPreviewLoader 188 mWidgetSpacingLayout = widgetSpacingLayout; 467 mWidgetSpacingLayout.estimateCellWidth(spanX)); 472 mWidgetSpacingLayout.estimateCellHeight(spanY));
|
Completed in 84 milliseconds