Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DGridTileDrawable.java30 private float mCellSize = -1f; field in GridTileDrawable
45 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()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java66 private int mCellSize; field in WidgetCell
108 mCellSize = (int) (mDeviceProfile.allAppsCellWidthPx * WIDTH_SCALE); in setContainerWidth()
109 mPresetPreviewSize = (int) (mCellSize * PREVIEW_SCALE); in setContainerWidth()
236 params.width = params.height = mCellSize; in setLayoutParams()