HomeSort by relevance Sort by last modified time
    Searched defs:mCellCountY (Results 1 - 6 of 6) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 39 private int mCellCountY;
60 mCellCountY = a.getInt(R.styleable.Hotseat_cellCountY, -1);
100 if (mCellCountY < 0) mCellCountY = LauncherModel.getCellCountY();
102 mContent.setGridSize(mCellCountX, mCellCountY);
PagedViewGridLayout.java 32 private int mCellCountY;
38 mCellCountY = cellCountY;
46 return mCellCountY;
PagedViewCellLayout.java 38 private int mCellCountY;
70 mCellCountY = LauncherModel.getCellCountY();
119 lp.cellY >= 0 && (lp.cellY <= mCellCountY - 1)) {
123 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
178 return mCellCountY;
193 int numHeightGaps = mCellCountY - 1;
199 int vFreeSpace = vSpace - (mCellCountY * mOriginalCellHeight);
215 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) +
216 ((mCellCountY - 1) * mHeightGap);
240 if (mCellCountY > 0)
    [all...]
LauncherModel.java 144 private static int mCellCountY;
641 return mCellCountY;
650 mCellCountY = longAxisCellCount;
    [all...]
PagedView.java 132 protected int mCellCountY = 0;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 147 protected int mCellCountY = 0;
    [all...]

Completed in 70 milliseconds