Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DAdapterHelper.java86 recycleUpdateOpsAndClearList(mPendingUpdates); in reset()
87 recycleUpdateOpsAndClearList(mPostponedList); in reset()
122 recycleUpdateOpsAndClearList(mPostponedList); in consumePostponedUpdates()
582 recycleUpdateOpsAndClearList(mPendingUpdates); in consumeUpdatesInOnePass()
746 void recycleUpdateOpsAndClearList(List<UpdateOp> ops) { in recycleUpdateOpsAndClearList() method in AdapterHelper