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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 60 final ArrayList<UpdateOp> mPostponedList = new ArrayList<UpdateOp>();
89 recycleUpdateOpsAndClearList(mPostponedList);
120 final int count = mPostponedList.size();
122 mCallback.onDispatchSecondPass(mPostponedList.get(i));
124 recycleUpdateOpsAndClearList(mPostponedList);
238 for (UpdateOp updateOp : mPostponedList) {
308 for (UpdateOp updateOp : mPostponedList) {
331 final int count = mPostponedList.size();
333 UpdateOp postponed = mPostponedList.get(i);
390 for (UpdateOp updateOp : mPostponedList) {
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 37 milliseconds