Lines Matching refs:mWidgetSpacingLayout
193 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()
423 int[] pos = mWidgetSpacingLayout.estimateCellPosition(mClingFocusedX, mClingFocusedY); in showAllAppsCling()
427 pos[0] += (getMeasuredWidth() - mWidgetSpacingLayout.getMeasuredWidth()) / 2 + in showAllAppsCling()
1171 int contentWidth = mWidgetSpacingLayout.getContentWidth(); in syncWidgetPageItems()
1174 int contentHeight = mWidgetSpacingLayout.getContentHeight(); in syncWidgetPageItems()
1253 maxPreviewWidth, maxPreviewHeight, mWidgetSpacingLayout); in syncWidgetPageItems()