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()
756 } else if (mOldItemCount != getCount()) { in checkForAndHandleDataChanged()
223 mOldItemCount = mItemCount; in setAdapter()
2088 mOldItemCount = mItemCount; in onFocusChanged()3091 mOldItemCount = mItemCount; in onAttachedToWindow()
578 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()
65575 Landroid/widget/AdapterView;->mOldItemCount:I66910 Landroid/widget/FastScroller;->mOldItemCount:I