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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 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)
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
InputReader.cpp     [all...]

Completed in 142 milliseconds