HomeSort by relevance Sort by last modified time
    Searched refs:oldList (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/support/paging/runtime/src/main/java/androidx/paging/
PagedStorageDiffHelper.java 28 final PagedStorage<T> oldList,
31 final int oldOffset = oldList.computeLeadingNulls();
34 final int oldSize = oldList.size() - oldOffset - oldList.computeTrailingNulls();
41 T oldItem = oldList.get(oldItemPosition + oldOffset);
61 T oldItem = oldList.get(oldItemPosition + oldOffset);
75 T oldItem = oldList.get(oldItemPosition + oldOffset);
133 final PagedStorage<T> oldList,
137 final int trailingOld = oldList.computeTrailingNulls();
139 final int leadingOld = oldList.computeLeadingNulls()
    [all...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
SearchResultDiffCallback.java 32 public SearchResultDiffCallback(List<? extends SearchResult> oldList,
34 mOldList = oldList;
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
AsyncListDiffer.java 217 final List<T> oldList = mList;
224 return oldList.size();
234 T oldItem = oldList.get(oldItemPosition);
245 T oldItem = oldList.get(oldItemPosition);
263 T oldItem = oldList.get(oldItemPosition);
  /frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/
PagedStorageDiffHelperTest.kt 111 private fun validateTwoListDiff(oldList: PagedStorage<String>,
114 val diffResult = PagedStorageDiffHelper.computeDiff(oldList, newList, DIFF_CALLBACK)
117 PagedStorageDiffHelper.dispatchDiff(listUpdateCallback, oldList, newList, diffResult)
  /libcore/ojluni/src/main/java/sun/security/jca/
Providers.java 243 * ProviderList oldList = Providers.beginThreadProviderList(list);
247 * Providers.endThreadProviderList(oldList);
256 ProviderList oldList = threadLists.get();
259 return oldList;
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
DiffUtilActivity.java 79 List<String> oldList = lists[0];
80 List<String> newList = createRandomCheeseList(oldList, 5);
82 new MyCallback(oldList, newList));
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 486 List<Sensor> oldList, List<Sensor> newList, List<Sensor> updated,
493 if (j < oldList.size() && (i >= newList.size()
494 || newList.get(i).getHandle() > oldList.get(j).getHandle())) {
497 removed.add(oldList.get(j));
500 } else if (i < newList.size() && (j >= oldList.size()
501 || newList.get(i).getHandle() < oldList.get(j).getHandle())) {
510 } else if (i < newList.size() && j < oldList.size()
511 && newList.get(i).getHandle() == oldList.get(j).getHandle()) {
513 updated.add(oldList.get(j));
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/
ComparisonVisitor.kt 95 oldList: List<ItemTree>,
102 val length1 = oldList.size
109 val oldTree = oldList[index1]
135 // All the remaining items in oldList have been deleted
137 visitRemoved(visitor, oldList[index1++].item(), newParent)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 620 ArrayList<Long> oldList = entry.getValue();
621 if (oldList.isEmpty() || oldList.get(oldList.size() - 1) < beginCheckPeriod) {
  /packages/apps/Car/Media/src/com/android/car/media/browse/
BrowseAdapter.java 430 private DiffUtil.Callback createDiffUtil(List<BrowseViewData> oldList,
435 return oldList.size();
445 BrowseViewData oldItem = oldList.get(oldPos);
454 BrowseViewData oldItem = oldList.get(oldPos);
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 145 std::vector<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange)
150 std::vector<tcu::IVec2>::const_iterator oldListIter = oldList.begin();
153 for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldListIter)
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
169 for (; oldListIter != oldList.end(); oldListIter++)
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 145 std::vector<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange)
150 std::vector<tcu::IVec2>::const_iterator oldListIter = oldList.begin();
153 for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldListIter)
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
169 for (; oldListIter != oldList.end(); oldListIter++)
  /external/icu/icu4c/source/test/intltest/
loctest.cpp     [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /external/python/cpython3/Lib/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.0/
kotlin-build-common-1.2.0.jar 

Completed in 821 milliseconds

1 2 3