Searched refs:newItemCount (Results 1 – 1 of 1) sorted by relevance
1206 final int newItemCount = mState.getItemCount(); in layoutInit() local1207 if (newItemCount == 0) { in layoutInit()1210 } else if (mFocusPosition >= newItemCount) { in layoutInit()1211 mFocusPosition = newItemCount - 1; in layoutInit()1213 } else if (mFocusPosition == NO_POSITION && newItemCount > 0) { in layoutInit()