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

/frameworks/base/services/java/com/android/server/
H A DAssetAtlasService.java93 // by the getMap(). See the mAtlasMap field for more information
122 private int[] mAtlasMap; field in class:AssetAtlasService
263 mAtlasMap = new int[packCount * ATLAS_MAP_ENTRY_FIELD_COUNT];
264 int[] atlasMap = mAtlasMap;
278 if (mapIndex >= mAtlasMap.length) {
384 return mAtlasReady.get() ? mAtlasMap : null;

Completed in 124 milliseconds