Home
last modified time | relevance | path

Searched refs:additions (Results 1 – 25 of 61) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DSemiStableSort.kt72 withAdditions<T> { additions ->
73 items.filterTo(additions) { stableOrder.getRank(it) == null }
74 additions.sortWith(comparator)
75 insertPreSortedElementsWithFewestMisOrderings(result, additions, comparator)
103 withAdditions<T> { additions ->
104 sortedItems.filterTo(additions) { stableOrder.getRank(it) == null }
105 if (additions.isNotEmpty()) {
107 insertPreSortedElementsWithFewestMisOrderings(result, additions, comparator)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java166 additions.addAll(mPendingAdditions); in runPendingAnimations()
167 mAdditionsList.add(additions); in runPendingAnimations()
175 additions.clear(); in runPendingAnimations()
176 mAdditionsList.remove(additions); in runPendingAnimations()
184 View view = additions.get(0).itemView; in runPendingAnimations()
486 if (additions.remove(item)) { in endAnimation()
489 if (additions.isEmpty()) { in endAnimation()
609 count = additions.size(); in endAnimations()
611 ViewHolder item = additions.get(j); in endAnimations()
615 additions.remove(j); in endAnimations()
[all …]
/aosp14/frameworks/base/tests/JobSchedulerPerfTests/src/com/android/frameworks/perftests/job/
H A DJobStorePerfTests.java135 List<JobStatus> additions = new ArrayList<>(); in testPersistedJobWriting_delta_fewJobs() local
141 additions.add(job); in testPersistedJobWriting_delta_fewJobs()
146 runPersistedJobWriting_delta(sFewJobs, additions, removals); in testPersistedJobWriting_delta_fewJobs()
151 List<JobStatus> additions = new ArrayList<>(); in testPersistedJobWriting_delta_manyJobs() local
157 additions.add(job); in testPersistedJobWriting_delta_manyJobs()
162 runPersistedJobWriting_delta(sManyJobs, additions, removals); in testPersistedJobWriting_delta_manyJobs()
/aosp14/frameworks/base/data/fonts/
H A DAndroid.mk38 external/unicode/additions/emoji-data.txt \
39 external/unicode/additions/emoji-sequences.txt \
40 external/unicode/additions/emoji-zwj-sequences.txt \
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/tools/fonts/
H A Dfontchain_linter.py506 additions = [tuple(sequence)]
511 additions = range(char_start, char_end+1)
513 additions = [int(chars, 16)]
515 output_dict[prop].update(additions)
517 for addition in additions:
/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser_test.cpp115 <!--- manifest additions here XSLT? TODO -->
/aosp14/frameworks/base/mime/java-res/
H A Dandroid.mime.types127 # Optional additions that should not override any previous mapping.
/aosp14/frameworks/base/cmds/pm/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/cmds/uinput/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/cmds/wm/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/packages/SettingsProvider/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/packages/CompanionDeviceManager/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/identity/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/packages/ExtShared/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/packages/FusedLocation/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/keystore/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/packages/SystemUI/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/packages/WAPPushManager/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/media/jni/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/media/jni/soundpool/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/cmds/am/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/cmds/appops/
H A DNOTICE62 the original version of the Work and any modifications or additions
/aosp14/frameworks/base/cmds/appwidget/
H A DNOTICE62 the original version of the Work and any modifications or additions

123