Home
last modified time | relevance | path

Searched refs:mMetadataList (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
DMetadataRepo.java50 private final MetadataList mMetadataList; field in MetadataRepo
76 mMetadataList = null; in MetadataRepo()
90 mMetadataList = metadataList; in MetadataRepo()
92 mEmojiCharArray = new char[mMetadataList.listLength() * 2]; in MetadataRepo()
93 constructIndex(mMetadataList); in MetadataRepo()
161 return mMetadataList.version(); in getMetadataVersion()
185 return mMetadataList; in getMetadataList()