Searched refs:mOldItemCount (Results 1 – 8 of 8) sorted by relevance
186 int mOldItemCount; field in AdapterView827 mOldItemCount = mItemCount; in onChanged()833 && mOldItemCount == 0 && mItemCount > 0) { in onChanged()854 mOldItemCount = mItemCount; in onInvalidated()
224 private int mOldItemCount; field in FastScroller249 mOldItemCount = listView.getCount(); in FastScroller()285 updateLongList(mOldChildCount, mOldItemCount); in FastScroller()514 if (mOldItemCount != itemCount || mOldChildCount != childCount) { in onItemCountChanged()515 mOldItemCount = itemCount; in onItemCountChanged()
114 mOldItemCount = mItemCount; in setAdapter()
748 } else if (mOldItemCount != getCount()) { in checkForAndHandleDataChanged()
205 mOldItemCount = mItemCount; in setAdapter()
1978 mOldItemCount = mItemCount; in onFocusChanged()2932 mOldItemCount = mItemCount; in onAttachedToWindow()
492 mOldItemCount = mItemCount; in setAdapter()
111 private int mOldItemCount; field in StaggeredGridView1278 mOldItemCount = mItemCount = adapter != null ? adapter.getCount() : 0; in setAdapter()1550 mOldItemCount = mItemCount; in onChanged()