Home
last modified time | relevance | path

Searched refs:initialSlot (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DMultiTouchInputMapper.cpp64 int32_t initialSlot; in reset() local
65 status_t status = deviceContext.getAbsoluteAxisValue(ABS_MT_SLOT, &initialSlot); in reset()
68 initialSlot = -1; in reset()
70 clearSlots(initialSlot); in reset()
76 void MultiTouchMotionAccumulator::clearSlots(int32_t initialSlot) { in clearSlots() argument
82 mCurrentSlot = initialSlot; in clearSlots()
DMultiTouchInputMapper.h89 void clearSlots(int32_t initialSlot);