Home
last modified time | relevance | path

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

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