Searched refs:emptySlotIndex (Results 1 – 1 of 1) sorted by relevance
2039 int emptySlotIndex = -1; in addSubscriber() local2044 } else if (emptySlotIndex < 0 && listener == null) { in addSubscriber()2045 emptySlotIndex = i; in addSubscriber()2049 mPositionListeners[emptySlotIndex] = positionListener; in addSubscriber()2050 mCanMove[emptySlotIndex] = canMove; in addSubscriber()