Searched refs:mCellSize (Results 1 – 2 of 2) sorted by relevance
30 private float mCellSize = -1f; field in GridTileDrawable45 mCellSize = (float) bounds.height() / mRows; in onBoundsChange()46 mSpaceBetweenIcons = mCellSize * ((1 - ICON_SCALE) / 2); in onBoundsChange()48 float scaleFactor = (mCellSize * ICON_SCALE) / PATH_SIZE; in onBoundsChange()58 float x = (c * mCellSize) + mSpaceBetweenIcons; in draw()59 float y = (r * mCellSize) + mSpaceBetweenIcons; in draw()
66 private int mCellSize; field in WidgetCell108 mCellSize = (int) (mDeviceProfile.allAppsCellWidthPx * WIDTH_SCALE); in setContainerWidth()109 mPresetPreviewSize = (int) (mCellSize * PREVIEW_SCALE); in setContainerWidth()236 params.width = params.height = mCellSize; in setLayoutParams()