Searched defs:mMetadataRepo (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
H A DMetadataRepoTest.java35 MetadataRepo mMetadataRepo; field in class:MetadataRepoTest
39 mMetadataRepo = new MetadataRepo();
44 mMetadataRepo.put(null);
49 mMetadataRepo.put(new TestEmojiMetadata(new int[0]));
56 mMetadataRepo.put(metadata);
64 mMetadataRepo.put(metadata);
84 mMetadataRepo.put(metadata1);
85 mMetadataRepo.put(metadata2);
86 mMetadataRepo.put(metadata3);
97 return getNode(mMetadataRepo
[all...]
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiMetadata.java80 private final MetadataRepo mMetadataRepo; field in class:EmojiMetadata
89 mMetadataRepo = metadataRepo;
104 final Typeface typeface = mMetadataRepo.getTypeface();
112 canvas.drawText(mMetadataRepo.getEmojiCharArray(), charArrayStartIndex, 2, x, y, paint);
120 return mMetadataRepo.getTypeface();
139 mMetadataRepo.getMetadataList().list(result, mIndex);
H A DEmojiProcessor.java86 private final MetadataRepo mMetadataRepo; field in class:EmojiProcessor
96 mMetadataRepo = metadataRepo;
100 final ProcessorSm sm = new ProcessorSm(mMetadataRepo.getRootNode());
192 final ProcessorSm sm = new ProcessorSm(mMetadataRepo.getRootNode());
H A DEmojiCompat.java984 private volatile MetadataRepo mMetadataRepo; field in class:EmojiCompat.CompatInternal19
1019 mMetadataRepo = metadataRepo;
1020 mProcessor = new EmojiProcessor(mMetadataRepo, new SpanFactory());
1044 outAttrs.extras.putInt(EDITOR_INFO_METAVERSION_KEY, mMetadataRepo.getMetadataVersion());
1055 final String sha = mMetadataRepo.getMetadataList().sourceSha();

Completed in 64 milliseconds