Searched refs:newTabCount (Results 1 – 1 of 1) sorted by relevance
603 final int newTabCount = mTabs.size(); in removeTabAt() local604 for (int i = position; i < newTabCount; i++) { in removeTabAt()