Searched refs:mOldItemCount (Results 1 – 8 of 8) sorted by relevance
188 int mOldItemCount; field in AdapterView835 mOldItemCount = mItemCount; in onChanged()841 && mOldItemCount == 0 && mItemCount > 0) { in onChanged()862 mOldItemCount = mItemCount; in onInvalidated()
225 private int mOldItemCount; field in FastScroller250 mOldItemCount = listView.getCount(); in FastScroller()286 updateLongList(mOldChildCount, mOldItemCount); in FastScroller()515 if (mOldItemCount != itemCount || mOldChildCount != childCount) { in onItemCountChanged()516 mOldItemCount = itemCount; in onItemCountChanged()
124 mOldItemCount = mItemCount; in setAdapter()
748 } else if (mOldItemCount != getCount()) { in checkForAndHandleDataChanged()
205 mOldItemCount = mItemCount; in setAdapter()
1988 mOldItemCount = mItemCount; in onFocusChanged()2939 mOldItemCount = mItemCount; in onAttachedToWindow()
574 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()