Searched refs:mOldItemCount (Results 1 – 9 of 9) sorted by relevance
199 int mOldItemCount; field in AdapterView847 mOldItemCount = mItemCount; in onChanged()853 && mOldItemCount == 0 && mItemCount > 0) { in onChanged()874 mOldItemCount = mItemCount; in onInvalidated()
234 private int mOldItemCount; field in FastScroller260 mOldItemCount = listView.getCount(); in FastScroller()296 updateLongList(mOldChildCount, mOldItemCount); in FastScroller()527 if (mOldItemCount != itemCount || mOldChildCount != childCount) { in onItemCountChanged()528 mOldItemCount = itemCount; in onItemCountChanged()
126 mOldItemCount = mItemCount; in setAdapter()
751 } else if (mOldItemCount != getCount()) { in checkForAndHandleDataChanged()
222 mOldItemCount = mItemCount; in setAdapter()
2019 mOldItemCount = mItemCount; in onFocusChanged()3003 mOldItemCount = mItemCount; in onAttachedToWindow()
584 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()
86408 Landroid/widget/AdapterView;->mOldItemCount:I87855 Landroid/widget/FastScroller;->mOldItemCount:I