Searched refs:newItemCount (Results 1 – 1 of 1) sorted by relevance
975 final int newItemCount = mState.getItemCount(); in layoutInit() local976 if (newItemCount == 0) { in layoutInit()979 } else if (mFocusPosition >= newItemCount) { in layoutInit()980 mFocusPosition = newItemCount - 1; in layoutInit()982 } else if (mFocusPosition == NO_POSITION && newItemCount > 0) { in layoutInit()