HomeSort by relevance Sort by last modified time
    Searched defs:mPostponedList (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AdapterHelper.java 58 final ArrayList<UpdateOp> mPostponedList = new ArrayList<UpdateOp>();
87 recycleUpdateOpsAndClearList(mPostponedList);
118 final int count = mPostponedList.size();
120 mCallback.onDispatchSecondPass(mPostponedList.get(i));
122 recycleUpdateOpsAndClearList(mPostponedList);
236 for (UpdateOp updateOp : mPostponedList) {
306 for (UpdateOp updateOp : mPostponedList) {
329 final int count = mPostponedList.size();
331 UpdateOp postponed = mPostponedList.get(i);
388 for (UpdateOp updateOp : mPostponedList) {
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
AdapterHelper.java 59 final ArrayList<UpdateOp> mPostponedList = new ArrayList<UpdateOp>();
88 recycleUpdateOpsAndClearList(mPostponedList);
119 final int count = mPostponedList.size();
121 mCallback.onDispatchSecondPass(mPostponedList.get(i));
123 recycleUpdateOpsAndClearList(mPostponedList);
237 for (UpdateOp updateOp : mPostponedList) {
307 for (UpdateOp updateOp : mPostponedList) {
330 final int count = mPostponedList.size();
332 UpdateOp postponed = mPostponedList.get(i);
389 for (UpdateOp updateOp : mPostponedList) {
    [all...]

Completed in 58 milliseconds