Home
last modified time | relevance | path

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

123456

/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java165 final ArrayList<ViewHolder> additions = new ArrayList<>(); in runPendingAnimations() local
166 additions.addAll(mPendingAdditions); in runPendingAnimations()
167 mAdditionsList.add(additions); in runPendingAnimations()
172 for (ViewHolder holder : additions) { in runPendingAnimations()
175 additions.clear(); in runPendingAnimations()
176 mAdditionsList.remove(additions); in runPendingAnimations()
184 View view = additions.get(0).itemView; in runPendingAnimations()
485 ArrayList<ViewHolder> additions = mAdditionsList.get(i); in endAnimation() local
486 if (additions.remove(item)) { in endAnimation()
489 if (additions.isEmpty()) { in endAnimation()
[all …]
/frameworks/base/data/fonts/
DAndroid.mk38 external/unicode/additions/emoji-data.txt \
39 external/unicode/additions/emoji-sequences.txt \
40 external/unicode/additions/emoji-zwj-sequences.txt \
/frameworks/base/tools/fonts/
Dfontchain_linter.py410 additions = [tuple(sequence)]
415 additions = range(char_start, char_end+1)
417 additions = [int(chars, 16)]
419 output_dict[prop].update(additions)
421 for addition in additions:
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediaswcodec-arm64.policy64 # crash dump policy additions
Dmediaswcodec-arm.policy68 # crash dump policy additions
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser_test.cpp134 <!--- manifest additions here XSLT? TODO -->
/frameworks/base/mime/java-res/
Dandroid.mime.types114 # Optional additions that should not override any previous mapping.
/frameworks/av/media/extractors/mpeg2/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/base/cmds/requestsync/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/media/codec2/components/flac/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/base/packages/Keyguard/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/base/packages/PackageInstaller/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/native/libs/ui/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/base/libs/hwui/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/services/mediaextractor/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/base/cmds/appwidget/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/base/packages/InputDevices/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/media/extractors/aac/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/base/cmds/bmgr/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/media/libstagefright/rtsp/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/services/camera/libcameraservice/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/media/codec2/components/amr_nb_wb/
DNOTICE62 the original version of the Work and any modifications or additions
/frameworks/av/media/libstagefright/timedtext/
DNOTICE62 the original version of the Work and any modifications or additions

123456