Searched defs:mCellSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java114 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize
122 private int mCellSize; field in class:DessertCaseView
165 mCellSize = res.getDimensionPixelSize(R.dimen.dessert_case_cell_size);
167 if (mCellSize < 512) { // assuming 512x512 images
178 d.setBounds(0, 0, mCellSize, mCellSize);
245 mRows = mHeight / mCellSize;
246 mColumns = mWidth / mCellSize;
254 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE);
255 setTranslationY(0.5f * (mHeight - mCellSize * mRow
[all...]

Completed in 129 milliseconds