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

/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DEmojiMetadata.java44 public class EmojiMetadata { class
74 * Index of the EmojiMetadata in {@link MetadataList}.
89 EmojiMetadata(@NonNull final MetadataRepo metadataRepo, @IntRange(from = 0) final int index) { method in class:EmojiMetadata
95 * Draws the emoji represented by this EmojiMetadata onto a canvas with origin at (x,y), using
125 * @return a ThreadLocal instance of MetadataItem for this EmojiMetadata
136 // to create a wrapper class for each EmojiMetadata, we use mIndex as the index of the
139 // MetadataItem. the same instance is used by all EmojiMetadata classes in the same thread.

Completed in 40 milliseconds