Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DAdapterHelper.java56 final ArrayList<UpdateOp> mPendingUpdates = new ArrayList<UpdateOp>(); field in AdapterHelper
81 Collections.addAll(mPendingUpdates, ops); in addUpdateOp()
86 recycleUpdateOpsAndClearList(mPendingUpdates); in reset()
92 mOpReorderer.reorderOps(mPendingUpdates); in preProcess()
93 final int count = mPendingUpdates.size(); in preProcess()
95 UpdateOp op = mPendingUpdates.get(i); in preProcess()
114 mPendingUpdates.clear(); in preProcess()
459 return mPendingUpdates.size() > 0; in hasPendingUpdates()
506 mPendingUpdates.add(obtainUpdateOp(UpdateOp.UPDATE, positionStart, itemCount, payload)); in onItemRangeChanged()
508 return mPendingUpdates.size() == 1; in onItemRangeChanged()
[all …]