Searched defs:differ (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
D | AsyncListDifferTest.kt | 73 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in initialState() constant 80 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in getEmpty() constant 86 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in getNegative() constant 93 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in getPastEnd() constant 100 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in getCurrentList() constant 118 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in mutateCurrentListEmpty() constant 124 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in mutateCurrentListNonEmpty() constant 132 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in submitListSimple() constant 173 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in submitListUpdate() constant 200 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in singleChangePayload() constant [all …]
|
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/ |
D | AsyncPagedListDifferTest.kt | 47 val differ = AsyncPagedListDiffer(listUpdateCallback, in createDiffer() constant 69 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in initialState() constant 78 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in setFullList() constant 93 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in getEmpty() constant 99 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in getNegative() constant 106 val differ = createDiffer(IGNORE_CALLBACK, STRING_DIFF_CALLBACK) in getPastEnd() constant 114 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in simpleStatic() constant 141 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in pagingInContent() constant 186 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in simpleSwap() constant 221 val differ = createDiffer(callback, STRING_DIFF_CALLBACK) in newPageWhileDiffing() constant [all …]
|
/frameworks/av/drm/libmediadrm/tests/ |
D | DrmMetrics_test.cpp | 326 MessageDifferencer differ; in TEST_F() local 372 MessageDifferencer differ; in TEST_F() local 414 MessageDifferencer differ; in TEST_F() local
|