Searched refs:mSlotCount (Results 1 – 2 of 2) sorted by relevance
33 mSlotCount(0), in MultiTouchMotionAccumulator()43 mSlotCount = slotCount; in configure()78 for (size_t i = 0; i < mSlotCount; i++) { in clearSlots()97 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlotCount) { in process()102 mCurrentSlot, mSlotCount - 1); in process()
79 inline size_t getSlotCount() const { return mSlotCount; } in getSlotCount()85 size_t mSlotCount; variable