HomeSort by relevance Sort by last modified time
    Searched refs:mCellSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 121 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize
129 private int mCellSize;
172 mCellSize = res.getDimensionPixelSize(R.dimen.dessert_case_cell_size);
174 if (mCellSize < 512) { // assuming 512x512 images
185 d.setBounds(0, 0, mCellSize, mCellSize);
252 mRows = mHeight / mCellSize;
253 mColumns = mWidth / mCellSize;
261 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE);
262 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 64 private int mCellSize;
105 mCellSize = (int) (profile.cellWidthPx * WIDTH_SCALE);
106 mPresetPreviewSize = (int) (mCellSize * PREVIEW_SCALE);
231 params.width = params.height = mCellSize;

Completed in 523 milliseconds