Searched refs:mSlotCount (Results 1 – 2 of 2) sorted by relevance
921 inline size_t getSlotCount() const { return mSlotCount; } in getSlotCount()927 size_t mSlotCount; variable
1553 mCurrentSlot(-1), mSlots(NULL), mSlotCount(0), mUsingSlotsProtocol(false), in MultiTouchMotionAccumulator()1563 mSlotCount = slotCount; in configure()1599 for (size_t i = 0; i < mSlotCount; i++) { in clearSlots()1618 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlotCount) { in process()1623 mCurrentSlot, mSlotCount - 1); in process()