Home
last modified time | relevance | path

Searched refs:mPostponedList (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DAdapterHelper.java58 final ArrayList<UpdateOp> mPostponedList = new ArrayList<UpdateOp>(); field in AdapterHelper
87 recycleUpdateOpsAndClearList(mPostponedList); in reset()
118 final int count = mPostponedList.size(); in consumePostponedUpdates()
120 mCallback.onDispatchSecondPass(mPostponedList.get(i)); in consumePostponedUpdates()
122 recycleUpdateOpsAndClearList(mPostponedList); in consumePostponedUpdates()
236 for (UpdateOp updateOp : mPostponedList) { in dispatchAndUpdateViewHolders()
306 for (UpdateOp updateOp : mPostponedList) { in dispatchAndUpdateViewHolders()
329 final int count = mPostponedList.size(); in updatePositionWithPostponed()
331 UpdateOp postponed = mPostponedList.get(i); in updatePositionWithPostponed()
388 for (UpdateOp updateOp : mPostponedList) { in updatePositionWithPostponed()
[all …]