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

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 38 private int mCellCountX;
59 mCellCountX = a.getInt(R.styleable.Hotseat_cellCountX, -1);
99 if (mCellCountX < 0) mCellCountX = LauncherModel.getCellCountX();
102 mContent.setGridSize(mCellCountX, mCellCountY);
PagedViewGridLayout.java 31 private int mCellCountX;
37 mCellCountX = cellCountX;
42 return mCellCountX;
PagedViewCellLayout.java 37 private int mCellCountX;
69 mCellCountX = LauncherModel.getCellCountX();
118 if (lp.cellX >= 0 && lp.cellX <= (mCellCountX - 1) &&
122 if (lp.cellHSpan < 0) lp.cellHSpan = mCellCountX;
174 return mCellCountX;
192 int numWidthGaps = mCellCountX - 1;
198 int hFreeSpace = hSpace - (mCellCountX * mOriginalCellWidth);
213 newWidth = getPaddingLeft() + getPaddingRight() + (mCellCountX * mCellWidth) +
214 ((mCellCountX - 1) * mWidthGap);
247 if (mCellCountX > 0)
    [all...]
LauncherModel.java 143 private static int mCellCountX;
637 return mCellCountX;
649 mCellCountX = shortAxisCellCount;
    [all...]
PagedView.java 131 protected int mCellCountX = 0;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 146 protected int mCellCountX = 0;
    [all...]

Completed in 81 milliseconds