Lines Matching refs:mWidgetSpacingLayout
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();
420 int[] pos = mWidgetSpacingLayout.estimateCellPosition(mClingFocusedX, mClingFocusedY);
424 pos[0] += (getMeasuredWidth() - mWidgetSpacingLayout.getMeasuredWidth()) / 2 +
1176 int contentWidth = mWidgetSpacingLayout.getContentWidth();
1179 int contentHeight = mWidgetSpacingLayout.getContentHeight();
1258 maxPreviewWidth, maxPreviewHeight, mWidgetSpacingLayout);