Searched refs:mAtlasReady (Results 1 – 1 of 1) sorted by relevance
106 private final AtomicBoolean mAtlasReady = new AtomicBoolean(false); field in AssetAtlasService230 mAtlasReady.set(true); in run()342 return mAtlasReady.get() ? mBuffer : null; in getBuffer()347 return mAtlasReady.get() ? mAtlasMap : null; in getMap()