Searched refs:emptySlotIndex (Results 1 – 1 of 1) sorted by relevance
3187 int emptySlotIndex = -1; in addSubscriber() local3192 } else if (emptySlotIndex < 0 && listener == null) { in addSubscriber()3193 emptySlotIndex = i; in addSubscriber()3197 mPositionListeners[emptySlotIndex] = positionListener; in addSubscriber()3198 mCanMove[emptySlotIndex] = canMove; in addSubscriber()