Home | History | Annotate | Download | only in ui

Lines Matching defs:mSlotCount

107         int slotCount = mLayout.mSlotCount;
172 if (mLayout.mSlotCount != 0) invalidate();
178 if (mLayout.mSlotCount != 0) invalidate();
400 private int mSlotCount;
422 if (slotCount == mSlotCount) return false;
423 if (mSlotCount != 0) {
427 mSlotCount = slotCount;
480 int availableUnits = Math.min(mUnitCount, mSlotCount);
486 int count = ((mSlotCount + mUnitCount - 1) / mUnitCount);
538 int end = Math.min(mSlotCount, mUnitCount * endCol);
545 int end = Math.min(mSlotCount, mUnitCount * endRow);
611 return index >= mSlotCount ? INDEX_NONE : index;