Searched refs:emptySlotIndex (Results 1 – 1 of 1) sorted by relevance
2914 int emptySlotIndex = -1; in addSubscriber() local2919 } else if (emptySlotIndex < 0 && listener == null) { in addSubscriber()2920 emptySlotIndex = i; in addSubscriber()2924 mPositionListeners[emptySlotIndex] = positionListener; in addSubscriber()2925 mCanMove[emptySlotIndex] = canMove; in addSubscriber()