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

/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
H A DMetadataRepoTest.java34 MetadataRepo mMetadataRepo; field in class:MetadataRepoTest
38 mMetadataRepo = new MetadataRepo();
43 mMetadataRepo.put(null);
48 mMetadataRepo.put(new TestEmojiMetadata(new int[0]));
55 mMetadataRepo.put(metadata);
63 mMetadataRepo.put(metadata);
83 mMetadataRepo.put(metadata1);
84 mMetadataRepo.put(metadata2);
85 mMetadataRepo.put(metadata3);
96 return getNode(mMetadataRepo
[all...]
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DEmojiMetadata.java81 private final MetadataRepo mMetadataRepo; field in class:EmojiMetadata
90 mMetadataRepo = metadataRepo;
105 final Typeface typeface = mMetadataRepo.getTypeface();
113 canvas.drawText(mMetadataRepo.getEmojiCharArray(), charArrayStartIndex, 2, x, y, paint);
121 return mMetadataRepo.getTypeface();
140 mMetadataRepo.getMetadataList().list(result, mIndex);
H A DEmojiCompat.java1140 private volatile MetadataRepo mMetadataRepo; field in class:EmojiCompat.CompatInternal19
1175 mMetadataRepo = metadataRepo;
1176 mProcessor = new EmojiProcessor(mMetadataRepo, new SpanFactory(),
1202 outAttrs.extras.putInt(EDITOR_INFO_METAVERSION_KEY, mMetadataRepo.getMetadataVersion());
1213 final String sha = mMetadataRepo.getMetadataList().sourceSha();
H A DEmojiProcessor.java90 private final MetadataRepo mMetadataRepo; field in class:EmojiProcessor
112 mMetadataRepo = metadataRepo;
118 final ProcessorSm sm = new ProcessorSm(mMetadataRepo.getRootNode(),
220 final ProcessorSm sm = new ProcessorSm(mMetadataRepo.getRootNode(),

Completed in 241 milliseconds